Message from Python discussions

December 2018

— !offtopic

— 

Hi guys! Here is my problem:
I built a telegram bot that can run a python script with parameters on my server. I'm using "nohup python script.py param1 param2 & > script.log" but my bot is waiting the end of script.py to continue... Is there a way to avoid that? To run script.py in the background and keep the bot working? Also can I run the same python script several times with different parameters simultaneously?

— &disown

— Hello guys, I have a question related to python asyncio. I have a timer class which should be removed from list of timers when timer expires. How can I avoid getting task was destroyed but it is still pending exception?

Message permanent page

— Thanks!! I'll look for it! Is it to run the script on the background or to run simultaneously the same script with different parameters?

Message permanent page

— Background enables to call the script one after another

— Add it at the end of each call

— To run simultaneusly backgrounding is required

— Hello, today I partially solved my problem, I had a problem with the conclusion on the page

— Thanks! I'll try 👍😁

— Hi

— Nice to know. What did you do?