mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-08-04 04:20:53 +00:00
Fixed SIM223 (expr-and-false): Use False
instead of ... and False
This commit is contained in:
parent
8af1faf05a
commit
d952590457
@ -317,7 +317,7 @@ def scan_mail_log(env):
|
||||
latest=[u["latest"] for u in data.values()],
|
||||
)
|
||||
|
||||
if collector["other-services"] and VERBOSE and False:
|
||||
if collector["other-services"] and False:
|
||||
print_header("Other services")
|
||||
print("The following unkown services were found in the log file.")
|
||||
print(" ", *sorted(list(collector["other-services"])), sep='\n│ ')
|
||||
|
Loading…
Reference in New Issue
Block a user