fix: Trim address before parsing
All checks were successful
Build Docker / Build Image (push) Successful in 37s
All checks were successful
Build Docker / Build Image (push) Successful in 37s
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user