diff --git a/Flask/app.py b/Flask/app.py index 54a377f..eb233e7 100644 --- a/Flask/app.py +++ b/Flask/app.py @@ -67,7 +67,7 @@ if secret == "": #Automatic start of MsRewards """ def daily_command(): - subprocess.Popen(["git",'pull']) + subprocess.Popen(["git","pull"]) subprocess.Popen(["pkill","-9","chrome"]) subprocess.Popen(["pkill","-9","Xvfb"]) subprocess.Popen(["pkill","-9","Xvnc"]) diff --git a/V6.py b/V6.py index f703e49..2aab2fc 100755 --- a/V6.py +++ b/V6.py @@ -1019,6 +1019,7 @@ def log_error(msg): def check_updated(): if config.has_been_updated(): + subprocess.Popen(["pip","install", "-r", "requirements.txt"]) config.discord.wh.send(f"Updated to {config.version}", username="update", avatar_url="https://cdn-icons-png.flaticon.com/512/1688/1688988.png")