fix typo refiew_info
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user