From 8fbbe09e04a169359c0faf1288da577ba02ba7fd Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Fri, 3 Oct 2025 12:10:00 -0500 Subject: [PATCH] fix typo refiew_info --- webpages/join_us.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpages/join_us.py b/webpages/join_us.py index d45aa0f01..0c8c977cb 100644 --- a/webpages/join_us.py +++ b/webpages/join_us.py @@ -34,7 +34,7 @@ def review(review_info): json.dump(data, file, indent=4) except FileNotFoundError: with open('new_members.json', 'w') as file: - json.dump([refiew_info], file, indent=4) + json.dump([review_info], file, indent=4) # load email config from app_config.json with open('app_config.json') as config_file: