projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa9e4d
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Thu, 25 May 2023 22:02:20 +0000
(
00:02
+0200)
committer
Roland Häder
<roland@mxchange.org>
Thu, 25 May 2023 22:02:20 +0000
(
00:02
+0200)
- DEBUG is okay here
fba.py
patch
|
blob
|
history
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"WARNIN
G: Cannot fetch / from '{domain}':", e)
+
# NOISY-DEBUG: print(f"DEBU
G: Cannot fetch / from '{domain}':", e)
update_last_error(domain, e)
pass