1.11.1124 #25

Merged
punix merged 4 commits from 1.11.1124 into main 2024-11-13 17:51:08 +01:00
Showing only changes of commit 971c86c97f - Show all commits

View File

@ -45,7 +45,7 @@ class GiteaUpdate:
if version[3:] != response_dict['tag_name']:
return response_dict['tag_name']
else:
return _('No Updates')
return 'No Updates'
else:
return 'False'
except requests.exceptions.ConnectionError: