This website requires JavaScript.
Explore
Help
Sign in
prehistoric-systems
/
whoogle-search
Watch
1
Star
0
Fork
You've already forked whoogle-search
0
mirror of
https://github.com/benbusby/whoogle-search.git
synced
2026-03-11 08:54:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
2949510d68
whoogle-search
/
.replit
2 lines
30 B
Text
Raw
Normal View
History
Unescape
Escape
Move replit startup commands to their own script 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.
2023-03-22 19:05:17 +00:00
entrypoint = "misc/replit.py"
Reference in a new issue
Copy permalink