Private GIT

Skip to content
Snippets Groups Projects
Commit 93bced51 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix the version checking to point at the right spot

parent 2e734410
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ class WindowsUpdateManager(UpdateManager): ...@@ -111,7 +111,7 @@ class WindowsUpdateManager(UpdateManager):
self._newest_version = None self._newest_version = None
self.gc_url = 'http://code.google.com/p/sickbeard/downloads/list' self.gc_url = 'http://code.google.com/p/sickbeard/downloads/list'
self.version_url = 'https://raw.github.com/Adalan/Sick-Beard/windows_binaries/updates.txt' self.version_url = 'https://raw.github.com/midgetspy/Sick-Beard/windows_binaries/updates.txt'
def _find_installed_version(self): def _find_installed_version(self):
return int(sickbeard.version.SICKBEARD_VERSION[6:]) return int(sickbeard.version.SICKBEARD_VERSION[6:])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment