diff --git a/cls_mth_fc.py b/cls_mth_fc.py index eadc6d2..ea80ea2 100755 --- a/cls_mth_fc.py +++ b/cls_mth_fc.py @@ -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: