aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpush.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/push.py b/push.py
index ef0f1ee..802946e 100755
--- a/push.py
+++ b/push.py
@@ -17,6 +17,7 @@ dev_name = 'push-client'
cfg_file = 'push.cfg'
show_stdout = True
show_kdialog = True
+enable_debug = True
class HTTPError(Exception): pass
class LoginError(Exception): pass