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
1 changed files with 1 additions and 0 deletions

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()