From: Roland Häder Date: Thu, 25 May 2023 23:09:27 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed9d793f294fcbe06bd7da5ff3c7c83679e18266;p=fba.git Continued: - an INFO message is okay, let the user know that the was found and taken as the software behind the instance/website --- diff --git a/fba.py b/fba.py index e6c15e8..1bc4684 100644 --- a/fba.py +++ b/fba.py @@ -471,7 +471,7 @@ def fetch_generator_from_path(domain: str, path: str = "/") -> str: if isinstance(tag, bs4.element.Tag): # NOISY-DEBUG: print("DEBUG: Found generator meta tag: ", domain) software = tidyup(tag.get("content")) - # NOISY-DEBUG: pprint(f"DEBUG: software='{software}', setting detection mode ...") + print(f"INFO: domain='{domain}' is generated by '{software}'") nodeinfos["detection_mode"][domain] = "GENERATOR" remove_pending_error(domain)