mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: small cleanup
This commit is contained in:
@@ -263,6 +263,8 @@ def build_project(project_name):
|
||||
# return redirect("/project/{}".format(project_name), code=302)
|
||||
|
||||
project_settings.try_start_final_infected_exe = False
|
||||
project_settings.cleanup_files_on_start = True # cleanup, or it will be confusing if failed
|
||||
|
||||
project = Project(project_settings)
|
||||
prepare_project(project_name)
|
||||
thread = Thread(target=supermega_thread, args=(project.settings, ))
|
||||
|
||||
Reference in New Issue
Block a user