1
0
Fork 0
mirror of https://codeberg.org/vanous/huafetcher synced 2024-05-18 20:46:17 +02:00

Forgot debug

Signed-off-by: Ivan Lebedev <lisgml@gmail.com>
This commit is contained in:
Ivan Lebedev 2022-05-19 21:18:38 +03:00
parent 395b976cf9
commit d56ec6a3c3
No known key found for this signature in database
GPG Key ID: CFCF525BA4CD4E2C

View File

@ -14,8 +14,8 @@ import urls as urls
from kivy.core.clipboard import Clipboard
from kivy.storage.jsonstore import JsonStore
# DEBUG=False
DEBUG=True
DEBUG=False
# DEBUG=True
def debug_print(*xargs):
if DEBUG: