debug
Browse files
app.py
CHANGED
|
@@ -10,7 +10,6 @@ command = "source /home/user/.bashrc && source /home/user/.nvm/nvm.sh && nvm ins
|
|
| 10 |
subprocess.call(["pip","install","--upgrade","pip"])
|
| 11 |
subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
|
| 12 |
subprocess.Popen(command, shell=True, executable='/bin/bash').wait()
|
| 13 |
-
subprocess.call(["npm","update","-g","npm"])
|
| 14 |
|
| 15 |
# Get the API key from environment variables
|
| 16 |
key = "UCODE_SECRET"
|
|
|
|
| 10 |
subprocess.call(["pip","install","--upgrade","pip"])
|
| 11 |
subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
|
| 12 |
subprocess.Popen(command, shell=True, executable='/bin/bash').wait()
|
|
|
|
| 13 |
|
| 14 |
# Get the API key from environment variables
|
| 15 |
key = "UCODE_SECRET"
|