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