Removed blank line

pull/5280/head
Krystian Owoc 7 months ago
parent 85901656cd
commit a84014f151

@ -134,7 +134,6 @@ class PatreonExtractor(Extractor):
attr = post["attributes"] attr = post["attributes"]
attr["id"] = text.parse_int(post["id"]) attr["id"] = text.parse_int(post["id"])
if attr.get("current_user_can_view", True): if attr.get("current_user_can_view", True):
self._process_post_comments(attr) self._process_post_comments(attr)

Loading…
Cancel
Save