From 6fceb3e2ceae1b28c4e66a8d0ec9173503b3e3a1 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:07:20 -0400 Subject: [PATCH] Update parsedmarc/cli.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- parsedmarc/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index ffba4ee..f02829f 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -1970,7 +1970,6 @@ def _main(): logger.info("Watching for email - Quit with ctrl-c") while True: - _reload_requested = False try: watch_inbox( mailbox_connection=mailbox_connection,