Use Console for debugging
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
block_cipher = None
|
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"):
|
if sys.platform.find("mac") or sys.platform.find("osx"):
|
||||||
console = False
|
console = False
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
block_cipher = None
|
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"):
|
if sys.platform.find("mac") or sys.platform.find("osx"):
|
||||||
console = False
|
console = False
|
||||||
|
|||||||
Reference in New Issue
Block a user