From 01d8f1f70a889519fd181f889e070450b8e62c97 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 20 Apr 2014 12:13:33 +0200 Subject: reaktor.py: set cwd --- Reaktor/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Reaktor/config.py') diff --git a/Reaktor/config.py b/Reaktor/config.py index 88ae837c..88701379 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -1,9 +1,12 @@ +from os import environ debug = True # CAVEAT name should not contains regex magic name = 'crabmanner' +workdir = environ['HOME'] + '/state' + irc_alarm_timeout = 300 irc_hammer_interval = 10 irc_kill_timeout = 360 -- cgit v1.2.3