add space to output of "fail2ban-client get dbpurgeage"

pull/4012/head
Rolf Leggewie 2025-06-02 03:16:40 +08:00
parent f7aaaf50b8
commit b9129be895
1 changed files with 1 additions and 1 deletions

View File

@ -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"):