Answer the question
In order to leave comments, you need to log in
How to make python not wait for os.system?
How to make python not wait for this command:
os.system("python D:/srv/main.py --no-interface --port {} --ip 127.0.0.1".format(task.task))
Answer the question
In order to leave comments, you need to log in
Perhaps asyncio will help you.
Very good and reliable library for asynchronous tasks.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question