whoogle-search/.replit
Albony Cal 84b5987ac5
Remove lsof dependency in replit deploy (#569)
Use `killall -q python3` instead
2021-12-15 17:16:56 -07:00

4 lines
193 B
Plaintext

language = "bash"
run = "killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt && ./run"
onBoot = "killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt && ./run"