Update app.py
Browse files
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
|
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)
|