mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-14 10:44:13 +00:00
Fixed minor logical issues
This commit is contained in:
parent
413305c290
commit
ffe89b6983
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -120,7 +120,7 @@ def createUser():
|
|||
}
|
||||
'';
|
||||
};
|
||||
"""
|
||||
""".format(request.headers.get("X-User"), request.headers.get("X-Password"), request.headers.get("X-Domain"))
|
||||
|
||||
for line in fileContent:
|
||||
index += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue