mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 10:47:22 +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 }
|
||||
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():
|
||||
|
||||
Reference in New Issue
Block a user