aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-06-10 15:00:51 +0200
committerMarius Halden <marius.h@lden.org>2015-06-10 15:00:51 +0200
commit0b3a9f9eea0cec11d44631dd45afe82c81fc2286 (patch)
tree5b661752ba0db3aa11841e7b8949f830f4c1d96c
parent2f897d69dddbb1177aa78159c9d87759845ad870 (diff)
downloadpush-client-0b3a9f9eea0cec11d44631dd45afe82c81fc2286.tar.gz
push-client-0b3a9f9eea0cec11d44631dd45afe82c81fc2286.tar.bz2
push-client-0b3a9f9eea0cec11d44631dd45afe82c81fc2286.tar.xz
whooooooooooooooooooooooooooo
-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