mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-01 21:27:22 +02:00
Fixed SIM223 (expr-and-false): Use False instead of ... and False
This commit is contained in:
@@ -317,7 +317,7 @@ def scan_mail_log(env):
|
|||||||
latest=[u["latest"] for u in data.values()],
|
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_header("Other services")
|
||||||
print("The following unkown services were found in the log file.")
|
print("The following unkown services were found in the log file.")
|
||||||
print(" ", *sorted(list(collector["other-services"])), sep='\n│ ')
|
print(" ", *sorted(list(collector["other-services"])), sep='\n│ ')
|
||||||
|
|||||||
Reference in New Issue
Block a user