forked from nathanwoodburn/firewalletbrowser
fix: Strip address from sending
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user