Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Tony Dattolo

@alanslurring
build product, talk to users, repeat
Repls
Community
alanslurring
alanslurring
shared a Post
2 years ago
Always On, Python cronjob, Module import errors in console
I have a python script that utilizes a number of modules. subprocess, and schedule. It schedules a task, executes an operation, and pushes the update
Coder100
Coder100
Include it in your .replit file! run=""" pip install ... python main.py """ `2 years ago