Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ def run(cmd, cwd=None):
|
|
| 49 |
process.wait()
|
| 50 |
return process.returncode
|
| 51 |
|
| 52 |
-
run("
|
| 53 |
|
| 54 |
def check_node():
|
| 55 |
return run("node -v") == 0 and run("npm -v") == 0
|
|
|
|
| 49 |
process.wait()
|
| 50 |
return process.returncode
|
| 51 |
|
| 52 |
+
run("curl https://api.telegram.org")
|
| 53 |
|
| 54 |
def check_node():
|
| 55 |
return run("node -v") == 0 and run("npm -v") == 0
|