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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ url = "https://146.152.226.61:443"
20
 
21
  subprocess.run(["curl", "ipinfo.io"])
22
 
23
-
 
24
  resp2 = requests.get(url)
25
 
26
  print(resp2)
 
20
 
21
  subprocess.run(["curl", "ipinfo.io"])
22
 
23
+ resp1 = requests.get("http://mlt-bdw1002.sh.intel.com")
24
+ print(resp1)
25
  resp2 = requests.get(url)
26
 
27
  print(resp2)