diff --git a/anda/rnote/chkupdate.py b/anda/rnote/chkupdate.py index 7d398ba1fa..f48c1dfa4e 100644 --- a/anda/rnote/chkupdate.py +++ b/anda/rnote/chkupdate.py @@ -8,7 +8,6 @@ REGEX_VER = r'Version:\s*([\.\d]+)\n' SPEC = f"{NAME}.spec" LINK = f'https://api.github.com/repos/{REPO}/releases/latest' - ver = requests.get(LINK).json()['tag_name'] ver = ver[1:] # starts with v with open(SPEC, 'r') as f: