Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ IPAddr=socket.gethostbyname(hostname)
|
|
15 |
print("Your Computer Name is:"+hostname)
|
16 |
print("Your Computer IP Address is:"+IPAddr)
|
17 |
|
18 |
-
url = "
|
19 |
|
20 |
|
21 |
|
|
|
15 |
print("Your Computer Name is:"+hostname)
|
16 |
print("Your Computer IP Address is:"+IPAddr)
|
17 |
|
18 |
+
url = "http://146.152.226.51:443"
|
19 |
|
20 |
|
21 |
|