diff options
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parsers/people.py b/parsers/people.py index 2a6666e..6719f4b 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -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(): |