Explorar el Código

Remove confusing debug statement

Foppe Hemminga hace 6 años
padre
commit
e7edcb30eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -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()