This commit is contained in:
Rolf Leggewie 2026-02-16 10:31:13 +00:00 committed by GitHub
commit 1825fb0ed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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