print in CLI mode
This commit is contained in:
parent
7772419520
commit
33eceef467
9
run.py
Executable file → Normal file
9
run.py
Executable file → Normal file
@ -128,9 +128,12 @@ def save_file():
|
|||||||
|
|
||||||
|
|
||||||
def status(string):
|
def status(string):
|
||||||
status_label["text"] = "Status: " + string
|
if args['source_img']:
|
||||||
window.update()
|
print("Status: " + string)
|
||||||
|
else:
|
||||||
|
status_label["text"] = "Status: " + string
|
||||||
|
window.update()
|
||||||
|
|
||||||
|
|
||||||
def start():
|
def start():
|
||||||
print("DON'T WORRY. IT'S NOT STUCK/CRASHED.\n" * 5)
|
print("DON'T WORRY. IT'S NOT STUCK/CRASHED.\n" * 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user