AnyaXZero commited on
Commit
c0b1f2c
·
verified ·
1 Parent(s): 83220cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def install_requirements():
20
  subprocess.run(["pip", "install", "--no-cache-dir", "-r", req_file], check=True)
21
 
22
  def start_script():
23
- subprocess.Popen(["bash", "start"], cwd="repo")
24
 
25
  def run_app():
26
  clone_repo()
 
20
  subprocess.run(["pip", "install", "--no-cache-dir", "-r", req_file], check=True)
21
 
22
  def start_script():
23
+ subprocess.Popen(["python3", "copyright.py"], cwd="repo")
24
 
25
  def run_app():
26
  clone_repo()