From b5ef63d32737f2544f93662cc0f4f9083da7ee4c Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Fri, 14 Sep 2018 21:16:09 +0200 Subject: [PATCH] Removed fixed update Informations --- cps/helper.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cps/helper.py b/cps/helper.py index 5a8e71de..489434c5 100755 --- a/cps/helper.py +++ b/cps/helper.py @@ -560,10 +560,10 @@ def is_sha1(sha1): def get_current_version_info(): content = {} - # content[0] = '$Format: % H$' - # content[1] = '$Format: % cI$' - content[0] = 'bb7d2c6273ae4560e83950d36d64533343623a57' - content[1] = '2018-09-09T10:13:08+02:00' + 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: return {'hash': content[0], 'datetime': content[1]} return False