From 83360585481a8dd5bbef5f2908241d2350920224 Mon Sep 17 00:00:00 2001 From: Markus-Rost Date: Sun, 2 Aug 2020 18:03:38 +0200 Subject: [PATCH] missing format --- src/discussions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discussions.py b/src/discussions.py index ebc93ac..1feb796 100644 --- a/src/discussions.py +++ b/src/discussions.py @@ -73,7 +73,7 @@ def parse_discussion_post(post): elif post_type == "POLL": formatter(post, post_type) else: - discussion_logger.warning("The type of {} is an unknown discussion post type. Please post an issue on the project page to have it added https://gitlab.com/piotrex43/RcGcDw/-/issues.") + discussion_logger.warning("The type of {} is an unknown discussion post type. Please post an issue on the project page to have it added https://gitlab.com/piotrex43/RcGcDw/-/issues.".format(post_type)) def safe_request(url):