aboutsummaryrefslogtreecommitdiffstats
path: root/titlebot
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-04-25 14:19:51 +0200
committermakefu <root@pigstarter.de>2014-04-25 14:22:28 +0200
commita23f8d14ebf1cd5cbf5900d02978ac6f78bbee67 (patch)
tree1d37e16397f123b5cbeba157f13b76a042e6667a /titlebot
parent871e2f164a81e33e82cb64ddf1447ba98f0e75aa (diff)
parent1e80665ab64bbcd783188c1c87afa5e81c126694 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts: Reaktor/config.py
Diffstat (limited to 'titlebot')
-rw-r--r--titlebot/titlebot.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/titlebot/titlebot.py b/titlebot/titlebot.py
index b5195d5..05ff612 100644
--- a/titlebot/titlebot.py
+++ b/titlebot/titlebot.py
@@ -1,6 +1,7 @@
-from os import environ,mkdir,abspath
+from os import environ,mkdir
+from os.path import abspath, expanduser
-debug = True
+debug = False
# CAVEAT name should not contains regex magic
name = 'bgt_titlebot'