1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-14 09:26:50 +00:00

Fix Updater

This commit is contained in:
OzzieIsaacs 2018-09-14 21:18:20 +02:00
parent b5ef63d327
commit 80e1a6910d

View File

@ -560,8 +560,8 @@ def is_sha1(sha1):
def get_current_version_info():
content = {}
content[0] = '$Format: % H$'
content[1] = '$Format: % cI$'
content[0] = '$Format:%H$'
content[1] = '$Format:%cI$'
# content[0] = 'bb7d2c6273ae4560e83950d36d64533343623a57'
# content[1] = '2018-09-09T10:13:08+02:00'
if is_sha1(content[0]) and len(content[1]) > 0: