summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commitfe0a555e87f5e522e4d4e4a4f27a09c02e267590 (patch)
tree19c84c87642d519e135487515de1e4e914c5bfff /Reaktor/titlebot
parent3560697a49050d74b04a537a994b34e1e4a4c807 (diff)
parent018441364e956c6128fe9e898f7176a324875ded (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts: Reaktor/config.py
Diffstat (limited to 'Reaktor/titlebot')
-rw-r--r--Reaktor/titlebot/titlebot.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Reaktor/titlebot/titlebot.py b/Reaktor/titlebot/titlebot.py
index b5195d53..05ff612e 100644
--- a/Reaktor/titlebot/titlebot.py
+++ b/Reaktor/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'