mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
featur: make anti-debug more configurable
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ def start(settings: Settings) -> int:
|
||||
prepare_project(settings.project_name, settings)
|
||||
|
||||
# Do the thing and catch the errors
|
||||
if True:
|
||||
if False:
|
||||
start_real(settings)
|
||||
else:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user