Return latest version from github rather than current version

This commit is contained in:
rembo10
2014-04-09 21:20:29 -07:00
parent 496e9a0fd5
commit b406c3cb68

View File

@@ -142,7 +142,7 @@ def checkGithub():
if commits is None:
logger.warn('Could not get commits behind from GitHub.')
return headphones.CURRENT_VERSION
return headphones.LATEST_VERSION
try:
headphones.COMMITS_BEHIND = int(commits['behind_by'])