mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
5ae9160d38
The .replit file gets autofilled with a ton of garbage when Whoogle is imported, including a required "entrypoint" field that defaults to "main.py" (even though the run and onBoot fields were already included and should negate the need to specify an entrypoint, but whatever). I'm not going to restructure Whoogle to fit what Replit wants, so I've moved the startup commands to their own script (misc/replit.py) and updated the "entrypoint" field in .replit.
2 lines
30 B
Plaintext
2 lines
30 B
Plaintext
entrypoint = "misc/replit.py"
|