1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-18 20:20:40 +00:00
bazarr/check_update.py

8 lines
141 B
Python
Raw Normal View History

2017-10-28 02:18:16 +00:00
from get_general_settings import *
import git
g = git.cmd.Git(os.path.dirname(__file__))
2017-10-28 02:22:04 +00:00
g.pull('origin ' + branch + ' --dry-run')
2017-10-28 02:18:16 +00:00
print g