missing format

This commit is contained in:
Markus-Rost 2020-08-02 18:03:38 +02:00
parent 8361cd519f
commit 8336058548

View file

@ -73,7 +73,7 @@ def parse_discussion_post(post):
elif post_type == "POLL": elif post_type == "POLL":
formatter(post, post_type) formatter(post, post_type)
else: 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): def safe_request(url):