]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 25 May 2023 22:02:20 +0000 (00:02 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 25 May 2023 22:02:20 +0000 (00:02 +0200)
- DEBUG is okay here

fba.py

diff --git a/fba.py b/fba.py
index 98c56dce97e6c6c058f54d5e426b863826760ac8..e6c15e861c5a078c5a95bc3c3ad0297f12373b21 100644 (file)
--- 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