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: