We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4360780 commit cce1d2eCopy full SHA for cce1d2e
src/server/config.py
@@ -77,9 +77,9 @@
77
os.makedirs(REPORT_PATH, exist_ok=True)
78
os.makedirs(ZIPPED_FILES, exist_ok=True)
79
80
-if not (os.path.exists(LOGS_PATH + "last_execution.json")):
81
- f = open(
82
- LOGS_PATH + "last_execution.json", "w"
83
- ) # Prevent 500 error from /api/statistics
84
- f.write("{}")
85
- f.close()
+# if not (os.path.exists(LOGS_PATH + "last_execution.json")):
+# f = open(
+# LOGS_PATH + "last_execution.json", "w"
+# ) # Prevent 500 error from /api/statistics
+# f.write("{}")
+# f.close()
0 commit comments