Kadi-IAM commited on
Commit
d709468
·
verified ·
1 Parent(s): f090011

Update start.py

Browse files
Files changed (1) hide show
  1. start.py +1 -0
start.py CHANGED
@@ -1,3 +1,4 @@
1
  import subprocess
2
 
 
3
  subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)
 
1
  import subprocess
2
 
3
+ subprocess.run("kadi-apy config create", shell=True)
4
  subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)