It seems you are trying to run a different file than main.py (main.py is empty there fore it doesn’t do anything and stops instantly). To do so change the entrypoint in the .replit file to be the file name or, in main.py do import filename (make sure to replace filename with your file name). Hope this helps!