print in CLI mode
This commit is contained in:
parent
7772419520
commit
33eceef467
7
run.py
Executable file → Normal file
7
run.py
Executable file → Normal file
@ -128,8 +128,11 @@ 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():
|
||||||
|
Loading…
Reference in New Issue
Block a user