aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
committermakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
commitf0aff2ab30ad2620680f68bb6a7ac892271ac123 (patch)
tree9fea5d8d30c226e0e6747cd5682e63cc489525bc /config.py
parent56f52f2c68fb0db86cde7d3b016aeee958cf8629 (diff)
Merge all the shits
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index ea00693..b115827 100644
--- a/config.py
+++ b/config.py
@@ -5,7 +5,8 @@ debug = False
name = 'crabmanner'
-workdir = expanduser('~') + '/state'
+#workdir = expanduser('~') + '/state'
+workdir = '/home/reaktor/state'
irc_alarm_timeout = 300
irc_hammer_interval = 10