This commit is contained in:
Ozzieisaacs 2020-02-24 19:08:54 +01:00
parent 040bb4a5a8
commit 187ca5dc8f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ about = flask.Blueprint('about', __name__)
_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,
Calibre_Web=constants.STABLE_VERSION['version'] + ' - '
+ constants.NIGHTLY_VERSION[0].replace('%','%%') + ' - '