From ce8fa5be5312d0ca2fcdad621d8889a4f6e01e4a Mon Sep 17 00:00:00 2001 From: Lucas Noki Date: Sat, 1 Aug 2020 20:24:47 +0200 Subject: [PATCH] Remove parenthesis to prevent automatic execution --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 120e94a..aedb96f 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,7 @@ modules = { "vim": VimModule().run, "teamspeak": Teamspeak, "hacker": Hacker, - "fail2ban": fail2ban.run(), + "fail2ban": fail2ban.run, "bashrc": BashrcModule().run }