Skip to content

Commit 88d9437

Browse files
author
Edvin Dunaway
committed
minor tweak
1 parent 729865d commit 88d9437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icedns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def lookup():
2424
exit(0)
2525
# Else return False
2626
except Exception as e:
27-
print(ip, 'is not an .is IP -', format(e))
27+
print(ip, 'not found at .iceland.rix.is ->', format(e))
2828
exit(1)
2929

3030

0 commit comments

Comments
 (0)