diff --git a/thotkeeper/utils.py b/thotkeeper/utils.py index af6d8e6..b56ce03 100644 --- a/thotkeeper/utils.py +++ b/thotkeeper/utils.py @@ -13,7 +13,9 @@ from .version import (__version__, parse_version) -LATEST_VERSION_URL = 'https://raw.githubusercontent.com/cmpilato/thotkeeper/refs/heads/master/www/latest-version.json' +LATEST_VERSION_URL = ('https://raw.githubusercontent.com/cmpilato/thotkeeper/' + 'refs/heads/master/www/latest-version.json') + def update_check(update_url=LATEST_VERSION_URL): """Consult the contents of a web-accessible JSON file for the