From 7900ee4e3692dbd8056c3e47c81bb22eda030b65 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 14 Feb 2022 17:17:07 -0500 Subject: New upstream version 1.20.5. --- test/test_results.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_results.py b/test/test_results.py index 37dea38..6a186fd 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2015-2021 Mike Fährmann +# Copyright 2015-2022 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -322,7 +322,8 @@ def setup_test_config(): config.set(("extractor", "mangoxo") , "password", "5zbQF10_5u25259Ma") for category in ("danbooru", "instagram", "twitter", "subscribestar", - "e621", "inkbunny", "tapas", "pillowfort", "mangadex"): + "e621", "atfbooru", "inkbunny", "tapas", "pillowfort", + "mangadex"): config.set(("extractor", category), "username", None) config.set(("extractor", "mastodon.social"), "access-token", -- cgit v1.2.3