mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed code that was preventing branch checkouts from working.
This commit is contained in:
parent
a8bcbc66c3
commit
ef8b4e587d
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ class ConfigGeneral(MainHandler):
|
|||
|
||||
sickbeard.save_config()
|
||||
|
||||
sickbeard.versionCheckScheduler.action.checkout_branch(git_branch)
|
||||
sickbeard.versionCheckScheduler.action.update(git_branch)
|
||||
|
||||
if len(results) > 0:
|
||||
for x in results:
|
||||
|
|
Loading…
Reference in a new issue