|
|
@@ -44,7 +44,7 @@ if __name__ == '__main__':
|
|
|
if status['integer'] <= 2:
|
|
|
status['alert'] = {'15': False, '10': False, '5': False, '1': False}
|
|
|
summary_json = json.dumps(status, indent=2)
|
|
|
- print(summary_json)
|
|
|
+ # print(summary_json)
|
|
|
write_file = open(f'status-{player_id}.json', 'w')
|
|
|
write_file.write(summary_json)
|
|
|
write_file.close()
|