From cac1a38ada4e4330c0376612e9301c3e7af8bcb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 26 May 2023 00:02:20 +0200 Subject: [PATCH] Continued: - DEBUG is okay here --- fba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fba.py b/fba.py index 98c56dc..e6c15e8 100644 --- a/fba.py +++ b/fba.py @@ -476,7 +476,7 @@ def fetch_generator_from_path(domain: str, path: str = "/") -> str: remove_pending_error(domain) except BaseException as e: - print(f"WARNING: Cannot fetch / from '{domain}':", e) + # NOISY-DEBUG: print(f"DEBUG: Cannot fetch / from '{domain}':", e) update_last_error(domain, e) pass -- 2.39.5