My python files disappeared

Question:
My python files disappeared.
All my python files disappeared including the main.py and its copies as well as other .py file

Replit Profile: https://replit.com/@Jiraiya31

This Repl
https://replit.com/@Jiraiya31/Flipkart-tracker

1 Like

Try creating files with the same names as the deleted files.

5 Likes

Thank you, I got the file.
But when my files disappeared, a new main.sh appeared and when I click on run the IDE tries to run that main.sh file. How can I make it run main.py file??

Click on “show hidden files” from the 3 dots of the file sidebar and then put this in the .replit file:
run = "python main.py"

1 Like

No, you have to changed the entrypoint, not run.

Currently their replit file has nothing other than run

1 Like

Thank you, I tried that it solved on thing but there were other chain on errors. I just got my main file and made a new repl, and its working now.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.