mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-04 10:28:15 +00:00
5 lines
180 B
Python
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)
|