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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,12 +16,12 @@ 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.51:443"
20
 
21
  subprocess.run(["curl", "ipinfo.io"])
22
 
23
 
24
- # resp2 = requests.get(url)
25
 
26
- # print(resp2)
27
  # one more
 
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
 
23
 
24
+ resp2 = requests.get(url)
25
 
26
+ print(resp2)
27
  # one more