diff options
author | makefu <root@pigstarter.de> | 2014-05-05 09:53:32 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-05-05 09:53:32 +0200 |
commit | 92fe3350fe6e3da26fa1ad0522aabaa0f146d575 (patch) | |
tree | f90dead66631bf41b7913bb4b1684db7b3d30b7d /Reaktor/config.py | |
parent | d14d0ae3e34a49b742c5d5e9b879e92c704edaa1 (diff) |
Merge all the shits
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py index ea00693f..b1158271 100644 --- a/Reaktor/config.py +++ b/Reaktor/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 |