feat: update readme and show my ip
This commit is contained in:
@@ -8,5 +8,6 @@ if __name__ == "__main__":
|
||||
if response.status_code != 200:
|
||||
print("[ERROR]", response.status_code)
|
||||
else:
|
||||
print(response.json())
|
||||
print("Your IP is:", response.json()['ip'])
|
||||
response_json = response.json()
|
||||
print(response_json)
|
||||
print("Your IP is:", response_json['ip'])
|
||||
|
||||
Reference in New Issue
Block a user