Skip to content

Commit 1dc7ad3

Browse files
committed
And actually deleted
1 parent cce1d2e commit 1dc7ad3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/server/config.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,3 @@
7676
os.makedirs(CURRENT_SOURCE_FILES_PATH, exist_ok=True)
7777
os.makedirs(REPORT_PATH, exist_ok=True)
7878
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()

0 commit comments

Comments
 (0)