mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 08:02:36 +00:00
Fixed spacing
This commit is contained in:
parent
16b6a15d0c
commit
7c144332cf
3
main.py
3
main.py
|
@ -123,8 +123,7 @@ def createUser():
|
||||||
stop;
|
stop;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};""".format(request.headers.get("X-User"), hashedPassword, request.headers.get("X-Domain"))
|
||||||
""".format(request.headers.get("X-User"), hashedPassword, request.headers.get("X-Domain"))
|
|
||||||
|
|
||||||
for line in fileContent:
|
for line in fileContent:
|
||||||
index += 1
|
index += 1
|
||||||
|
|
Loading…
Reference in a new issue