fixed it for the last goddamn time

This commit is contained in:
Nicholas Dyer 2023-05-14 19:46:59 -04:00
parent d7a01340b7
commit e5c17b60e7
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ def shutdown_system():
os.system('sudo shutdown now')
def update():
os.system('bash "cd ~/pocket_friends & git pull"')
os.system('bash "cd ~/pocket_friends & git checkout ."')
os.system('bash ~/update.sh')
sys.exit(1)
def restart_app():