mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
missing format
This commit is contained in:
parent
8361cd519f
commit
8336058548
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue