diff options
Diffstat (limited to 'Reaktor/titlebot/titlebot.py')
-rw-r--r-- | Reaktor/titlebot/titlebot.py | 5 |
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' |