bluuebunny commited on
Commit
3563606
·
verified ·
1 Parent(s): e4e89fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def run_script_periodically(interval):
21
  # Run run.py as a subprocess
22
  subprocess.run(["python", "update_embeddings.py"]) # Use "python3" if needed
23
 
24
- log_message("Finished run.py")
25
 
26
  # Wait for the specified interval before running again
27
  time.sleep(interval)
 
21
  # Run run.py as a subprocess
22
  subprocess.run(["python", "update_embeddings.py"]) # Use "python3" if needed
23
 
24
+ log_message("Finished Updation")
25
 
26
  # Wait for the specified interval before running again
27
  time.sleep(interval)