Private GIT

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

Fix the windows version checker to work with the new google code source

parent 53dd79b4
Branches
Tags
No related merge requests found
...@@ -124,7 +124,7 @@ class WindowsUpdateManager(UpdateManager): ...@@ -124,7 +124,7 @@ class WindowsUpdateManager(UpdateManager):
only the build number. default: False only the build number. default: False
""" """
regex = "http://sickbeard.googlecode.com/files/SickBeard\-win32\-alpha\-build(\d+)(?:\.\d+)?\.zip" regex = "//sickbeard\.googlecode\.com/files/SickBeard\-win32\-alpha\-build(\d+)(?:\.\d+)?\.zip"
svnFile = urllib.urlopen(self.gc_url) svnFile = urllib.urlopen(self.gc_url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment