mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 15:27:13 +00:00
do not write file until git integration done
This commit is contained in:
@@ -175,9 +175,9 @@ def load_users():
|
|||||||
|
|
||||||
jsondict = { "registered_users": ru }
|
jsondict = { "registered_users": ru }
|
||||||
encryptedfile = settings.EXPOWEB / ENCRYPTED_DIR / "encrypt.json"
|
encryptedfile = settings.EXPOWEB / ENCRYPTED_DIR / "encrypt.json"
|
||||||
with open(encryptedfile, 'w', encoding='utf-8') as json_f:
|
# with open(encryptedfile, 'w', encoding='utf-8') as json_f:
|
||||||
json.dump(jsondict, json_f, indent=1)
|
# json.dump(jsondict, json_f, indent=1)
|
||||||
return True
|
# return True
|
||||||
|
|
||||||
|
|
||||||
def load_people_expos():
|
def load_people_expos():
|
||||||
|
|||||||
Reference in New Issue
Block a user