diff --git a/fail2ban/client/beautifier.py b/fail2ban/client/beautifier.py index 21c49b94..ce8eac01 100644 --- a/fail2ban/client/beautifier.py +++ b/fail2ban/client/beautifier.py @@ -178,7 +178,7 @@ class Beautifier: msg = "Database currently disabled" else: msg = "Current database purge age is:\n" - msg += "`- %iseconds" % response + msg += "`- %i seconds" % response elif len(inC) < 3: pass # to few cmd args for below elif inC[2] in ("logpath", "addlogpath", "dellogpath"):