From 0201281e3876b0e10684831cb6fb042cd3087b37 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 20 Jan 2025 14:35:09 +0000 Subject: do not write file until git integration done --- parsers/people.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parsers/people.py') 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(): -- cgit v1.2.3