mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: move stuff to working/
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ def start(settings: Settings):
|
||||
# Delete: all old files
|
||||
if settings.cleanup_files_on_start:
|
||||
clean_files()
|
||||
delete_all_files_in_directory("logs/")
|
||||
delete_all_files_in_directory(f"{logs_dir}/")
|
||||
exit_code = 0 # 0 = success
|
||||
|
||||
# Load our input
|
||||
|
||||
Reference in New Issue
Block a user