2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 13:57:06 +00:00

do not write file until git integration done

This commit is contained in:
2025-01-20 14:35:09 +00:00
parent b9f9cba672
commit 0201281e38

View File

@@ -175,9 +175,9 @@ def load_users():
jsondict = { "registered_users": ru }
encryptedfile = settings.EXPOWEB / ENCRYPTED_DIR / "encrypt.json"
with open(encryptedfile, 'w', encoding='utf-8') as json_f:
json.dump(jsondict, json_f, indent=1)
return True
# with open(encryptedfile, 'w', encoding='utf-8') as json_f:
# json.dump(jsondict, json_f, indent=1)
# return True
def load_people_expos():