1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Merge pull request #1212 from fernandog/patch-13

Fix versionchecker
This commit is contained in:
echel0n 2015-01-29 14:42:05 -08:00
commit b823ff73ce

View File

@ -40,6 +40,7 @@ class CheckVersion():
def __init__(self):
self.updater = None
self.install_type = None
if sickbeard.gh:
self.install_type = self.find_install_type()