Fixed typo in getVersion

This commit is contained in:
rembo10
2012-03-27 15:27:02 +01:00
parent 17829bacfe
commit b057a1add5

View File

@@ -277,7 +277,7 @@ class Api(object):
'git_path' : headphones.GIT_PATH,
'install_type' : headphones.INSTALL_TYPE,
'current_version' : headphones.CURRENT_VERSION,
'latest_version' : headphonesLATEST_VERSION,
'latest_version' : headphones.LATEST_VERSION,
'commits_behind' : headphones.COMMITS_BEHIND,
}