Commit 187ca5dc authored by Ozzieisaacs's avatar Ozzieisaacs

Fix #1221

parent 040bb4a5
...@@ -49,7 +49,7 @@ about = flask.Blueprint('about', __name__) ...@@ -49,7 +49,7 @@ about = flask.Blueprint('about', __name__)
_VERSIONS = OrderedDict( _VERSIONS = OrderedDict(
Platform = '{0.system} {0.release} {0.version} {0.processor} {0.machine}'.format(platform.uname()), Platform = '{0[0]} {0[2]} {0[3]} {0[4]} {0[5]}'.format(platform.uname()),
Python=sys.version, Python=sys.version,
Calibre_Web=constants.STABLE_VERSION['version'] + ' - ' Calibre_Web=constants.STABLE_VERSION['version'] + ' - '
+ constants.NIGHTLY_VERSION[0].replace('%','%%') + ' - ' + constants.NIGHTLY_VERSION[0].replace('%','%%') + ' - '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment