From: Roland Häder Date: Thu, 25 May 2023 22:02:20 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cac1a38ada4e4330c0376612e9301c3e7af8bcb7;p=fba.git Continued: - DEBUG is okay here --- 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