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

Update app.py

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