Remove parenthesis to prevent automatic execution

This commit is contained in:
Lucas Noki 2020-08-01 20:24:47 +02:00
parent 3eb9fcd1b4
commit ce8fa5be53

View File

@ -18,7 +18,7 @@ modules = {
"vim": VimModule().run, "vim": VimModule().run,
"teamspeak": Teamspeak, "teamspeak": Teamspeak,
"hacker": Hacker, "hacker": Hacker,
"fail2ban": fail2ban.run(), "fail2ban": fail2ban.run,
"bashrc": BashrcModule().run "bashrc": BashrcModule().run
} }