Update app.py
Browse files
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)
|