From: Roland Häder Date: Sat, 8 Feb 2025 15:01:48 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11facc9ee906c45d9fa910e07229b7e036143b75;p=fba.git Continued: - keyword "is" is to much here --- diff --git a/daemon.py b/daemon.py index f2eec11..cc268d0 100755 --- a/daemon.py +++ b/daemon.py @@ -219,7 +219,7 @@ LIMIT ?", [ result = {} for row in list(rows): - if row["reason"] is not in [None, ""]: + if row["reason"] not in [None, ""]: row["reason"] = row["reason"].replace(",", " ").replace(" ", " ") if row["block_level"] in result: