0
How do I restart my Script within itself?
Basically my question on top. How I am doing this on Windows?
2 ответов
+ 5
there is a way to start a new script using subprocess. otherwise I recommend using while loops and stuff to restart within the script.
0
So there is no way to start my script and immediately close the script which was calling it?