Possible fix for updater

This commit is contained in:
rembo10
2014-04-09 19:33:07 -07:00
parent 0c32fbe706
commit 69d1807e9a

View File

@@ -228,7 +228,7 @@ def update():
# Update version.txt
try:
ver_file = open(version_path, 'w')
ver_file.write(headphones.LATEST_VERSION)
ver_file.write(str(headphones.LATEST_VERSION))
ver_file.close()
except IOError, e:
logger.error("Unable to write current version to version.txt, update not complete: "+ex(e))