diff options
Diffstat (limited to 'Reaktor')
-rw-r--r-- | Reaktor/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py index 247838d6..1741be20 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -70,7 +70,7 @@ public_commands = [ }) ] commands = [ - default_command('reload') + default_command('reload'), default_command('nag', env={ 'workdir': workdir, 'hostsdir': '/home/tv/krebs/hosts', |