I tried to run my main python script in the Python Manager. But it seemed like it failed bc it was running the code twice. I then made a simple python script printing 1 line.
The result is clear. The code is being run twice!
It seems this is only a problem when running single python files since my Flask project is running fine.
Anyone know how to fix this?
