No such file: main.py repl process died unexpectedly: exit status 2
While I run my code, I get an "No such file: main.py
repl process died unexpectedly: exit status 2" error" I have no idea why it happens and I'd like to fix that.
Thank you
While I run my code, I get an "No such file: main.py
repl process died unexpectedly: exit status 2" error" I have no idea why it happens and I'd like to fix that.
Thank you
Change line 1 in the .replit file to:
run = “main.py”
You don’t need the mission bot part