ca marche presque, c'est une dingerue

This commit is contained in:
piair
2023-09-30 18:12:26 +02:00
parent 7c0ed44e17
commit e89368a5f4
3 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,7 @@ def daily_command():
subprocess.Popen(["git",'pull'])
subprocess.Popen(["pkill","-9","chrome"])
subprocess.Popen(["pkill","-9","Xvfb"])
subprocess.Popen(["pkill","-9","Xvnc"])
subprocess.Popen(["pkill","-9", "undetected_chromedriver"])
scheduler = BackgroundScheduler()