fix: Trim address before parsing
All checks were successful
Build Docker / Build Image (push) Successful in 37s

This commit is contained in:
2025-02-01 17:20:10 +11:00
parent 47f210e51b
commit 80a4628d77
3 changed files with 3 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ def hip2(domain: str):
# Catch all exceptions
except Exception as e:
print(f"Hip2: Lookup failed with error: {e}")
return "Hip2: Lookup failed."