Forums

issues file delete

Hello, I deleted my file and folder, and I don't want to restore them.

But I don't know why, after deleting the file and folder, the code in the file is still running. I want to stop it, but how can I? Because the file is deleted.

It's a big problem because the file contains an API that runs with a request limit. Please help me.

Folder name: kkqrcodetest File name: main.py

When you start a process it's in the memory and deletion of the file does not change anything unless it has to read that file. How do you run that code?