From 54307b042286936c553ca85d77dd06d38bf3a0a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 20 May 2023 08:44:44 +0200 Subject: [PATCH] Continued: - also show domain and software (mostly 'None') --- fba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5