abenkbp commited on
Commit
a119453
·
1 Parent(s): d0fdffc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ subprocess.Popen(api_env, shell=True, executable='/bin/bash').wait()
16
 
17
  service_env = "npm install -g forever"
18
  subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
19
- subprocess.call(["forever","start","/home/user/.nvm/versions/node/v20.15.1/bin/n8n --tunnel"])
20
 
21
  # Get the API key from environment variables
22
  key = "UCODE_SECRET"
 
16
 
17
  service_env = "npm install -g forever"
18
  subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
19
+ subprocess.call(["forever","start","/home/user/.nvm/versions/node/v20.15.1/bin/n8n start --tunnel"])
20
 
21
  # Get the API key from environment variables
22
  key = "UCODE_SECRET"