Fix duplicate records

This commit is contained in:
2025-01-26 01:01:21 -06:00
parent 4714d3d183
commit 687bbb198e
4 changed files with 219 additions and 50 deletions

8
run-browser-recall.fish Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env fish
# Activate the virtual environment and run main.py silently
vf activate general
python main.py > /dev/null 2>&1 &
# Print a simple confirmation message
echo "Browser Recall started in background"