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
5e8736fa5a
commit
f8a3c94fdd
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -144,6 +144,7 @@ def createUser():
|
|||
print("done")
|
||||
|
||||
fileContent = list()
|
||||
index = int(0)
|
||||
|
||||
while True:
|
||||
line = readOnlyFileDescriptor.readline()
|
||||
|
|
Loading…
Add table
Reference in a new issue