fix: Strip address from sending
All checks were successful
Build Docker / Build Image (push) Successful in 32s

This commit is contained in:
2025-02-01 17:23:13 +11:00
parent 80a4628d77
commit 3db0ba46d0
2 changed files with 3 additions and 3 deletions

View File

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