From 1ad8528f79ddff291ee4eb1b26d6b285cd586193 Mon Sep 17 00:00:00 2001 From: Frisk <702385-piotrex43@users.noreply.gitlab.com> Date: Tue, 20 Apr 2021 13:11:43 +0000 Subject: [PATCH] Bump version because I apparently messed up --- src/configloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configloader.py b/src/configloader.py index 5bd7467..9ca412a 100644 --- a/src/configloader.py +++ b/src/configloader.py @@ -13,7 +13,7 @@ def load_settings(): if settings["limitrefetch"] < settings["limit"] and settings["limitrefetch"] != -1: settings["limitrefetch"] = settings["limit"] if "user-agent" in settings["header"]: - settings["header"]["user-agent"] = settings["header"]["user-agent"].format(version="1.13.1") # set the version in the useragent + settings["header"]["user-agent"] = settings["header"]["user-agent"].format(version="1.13.1.2") # set the version in the useragent except FileNotFoundError: logging.critical("No config file could be found. Please make sure settings.json is in the directory.") sys.exit(1)