mirror of https://github.com/fail2ban/fail2ban
add space to output of "fail2ban-client get dbpurgeage"
parent
f7aaaf50b8
commit
b9129be895
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue