mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 20:11:30 +00:00
Fixed minor logical issues
This commit is contained in:
parent
ea16f656ee
commit
413305c290
2
main.py
2
main.py
|
@ -159,7 +159,7 @@ def createUser():
|
||||||
if line.startswith(" loginAccounts = {"):
|
if line.startswith(" loginAccounts = {"):
|
||||||
print("[DEBUG] Found mailuser configuration snippet match!")
|
print("[DEBUG] Found mailuser configuration snippet match!")
|
||||||
print("[INFO] Writing new user configuration snippet to memory...", sep="")
|
print("[INFO] Writing new user configuration snippet to memory...", sep="")
|
||||||
fileContent.insert(index+5, mailUserTemplate)
|
fileContent.insert(index+1, mailUserTemplate)
|
||||||
print("done")
|
print("done")
|
||||||
break
|
break
|
||||||
index += 1
|
index += 1
|
||||||
|
|
Loading…
Reference in a new issue