Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,15 @@ IPAddr=socket.gethostbyname(hostname)
|
|
16 |
print("Your Computer Name is:"+hostname)
|
17 |
print("Your Computer IP Address is:"+IPAddr)
|
18 |
|
|
|
|
|
|
|
19 |
url = "https://146.152.226.61:443"
|
20 |
|
21 |
subprocess.run(["curl", "ipinfo.io"])
|
22 |
|
23 |
-
|
24 |
-
|
25 |
|
26 |
resp2 = requests.get(url)
|
27 |
|
|
|
16 |
print("Your Computer Name is:"+hostname)
|
17 |
print("Your Computer IP Address is:"+IPAddr)
|
18 |
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
url = "https://146.152.226.61:443"
|
23 |
|
24 |
subprocess.run(["curl", "ipinfo.io"])
|
25 |
|
26 |
+
resp1 = requests.get("http://3.231.107.102")
|
27 |
+
print(resp1)
|
28 |
|
29 |
resp2 = requests.get(url)
|
30 |
|