Use Console for debugging

This commit is contained in:
Mike A. Trethewey
2021-01-08 00:23:03 -08:00
parent eadb888199
commit dacf5e8ba7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import sys
block_cipher = None
console = False # <--- change this to True to enable command prompt when the app runs
console = True # <--- change this to True to enable command prompt when the app runs
if sys.platform.find("mac") or sys.platform.find("osx"):
console = False

View File

@@ -3,7 +3,7 @@
import sys
block_cipher = None
console = False # <--- change this to True to enable command prompt when the app runs
console = True # <--- change this to True to enable command prompt when the app runs
if sys.platform.find("mac") or sys.platform.find("osx"):
console = False