From: Roland Häder Date: Sat, 20 May 2023 06:44:44 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54307b042286936c553ca85d77dd06d38bf3a0a6;p=fba.git Continued: - also show domain and software (mostly 'None') --- diff --git a/fba.py b/fba.py index aa0db40..2237e34 100644 --- a/fba.py +++ b/fba.py @@ -88,7 +88,7 @@ def determine_software(domain: str) -> str: if res.ok: software = "mastodon" except: - print("WARNING: Failed fetching instance meta data") + print("WARNING: Failed fetching instance meta data:", domain, software) # NOISY-DEBUG: print("DEBUG: Returning domain,software:", domain, software) return software