From 04d8fa2841ad3ae7d1544f7fe63ad4a32b170b68 Mon Sep 17 00:00:00 2001 From: Frisk Date: Tue, 30 Apr 2019 23:29:38 +0200 Subject: [PATCH] Bump version --- rcgcdw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcgcdw.py b/rcgcdw.py index 6dee22a..1db0ee3 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -38,7 +38,7 @@ try: # 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.6") # set the version in the useragent + settings["header"]["user-agent"] = settings["header"]["user-agent"].format(version="1.6.0.1") # 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)