mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 02:23:38 +00:00
Fixed a small typo in versionChecker
This commit is contained in:
parent
39fe8e8477
commit
b4efb2d641
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class CheckVersion():
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
# update branch with current config branch value
|
# update branch with current config branch value
|
||||||
self.updater.branch == sickbeard.BRANCH
|
self.updater.branch = sickbeard.BRANCH
|
||||||
|
|
||||||
# check for updates
|
# check for updates
|
||||||
if self.updater.need_update():
|
if self.updater.need_update():
|
||||||
|
|
Loading…
Reference in a new issue