File size: 94 Bytes
bca5262
 
 
 
 
1
2
3
4
5
import subprocess
import os

def update_app():
    subprocess.run(["git", "pull"], shell=True)