qgao007 commited on
Commit
a10261e
·
1 Parent(s): 351076a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ IPAddr=socket.gethostbyname(hostname)
16
  print("Your Computer Name is:"+hostname)
17
  print("Your Computer IP Address is:"+IPAddr)
18
 
19
- url = "http://146.152.226.61:443"
20
 
21
  subprocess.run(["curl", "ipinfo.io"])
22
 
 
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