diff --git a/src/daemon/dispatcher.py b/src/daemon/dispatcher.py index 980fe9d..de1b415 100644 --- a/src/daemon/dispatcher.py +++ b/src/daemon/dispatcher.py @@ -710,7 +710,7 @@ class Dispatcher: ).fetchone()[0] if comment_count > 0: return True - return None + return False finally: conn.close() except Exception as e: