mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-14 10:44:13 +00:00
Fixed spacing
This commit is contained in:
parent
16b6a15d0c
commit
7c144332cf
1 changed files with 1 additions and 2 deletions
3
main.py
3
main.py
|
@ -123,8 +123,7 @@ def createUser():
|
|||
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:
|
||||
index += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue