chg: [UI crawler] status/remove auto crawler

This commit is contained in:
Terrtia 2019-04-18 16:57:51 +02:00
parent ecca5b11d0
commit 6fdf7c2123
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
7 changed files with 362 additions and 57 deletions

View file

@ -44,10 +44,6 @@ def get_git_metadata():
dict_git['last_local_tag'] = git_status.get_last_tag_from_local()
dict_git['last_remote_tag'] = git_status.get_last_tag_from_remote()
# # DEBUG:
dict_git['last_local_tag'] = 'v1.3'
dict_git['last_remote_commit'] = '234328439828943843839'
if dict_git['current_commit'] != dict_git['last_remote_commit']:
dict_git['new_git_update_available'] = True
else: