1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-04 10:28:15 +00:00
bazarr/check_update.py
2017-11-06 23:23:36 -05:00

5 lines
180 B
Python

from get_general_settings import *
import git
import subprocess
print subprocess.check_output(["git", "pull", '--dry-run', '--quiet', 'origin', branch], stderr=subprocess.STDOUT)