whoogle-search/.replit
Albony Cal f996f1ab4a
Update .replit
One less dependency, yea ik this's lil janky
but works and doesn't need lsof
it uses `killall -q python3`
2021-12-10 10:31:26 +05:30

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"