whoogle-search/.replit
FlawCra 15dae7d5d2
Added onBoot in .replit
onBoot: Command that is executed once when the repl first starts up

Example: Instance has not been visited for a longer time
2021-04-13 13:32:39 +02:00

4 lines
52 B
Plaintext

language = "python3"
run = "./run"
onBoot = "./run"