Skip to content

Commit fbc6d2e

Browse files
committed
typo
1 parent da2f837 commit fbc6d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bestof.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def run(user, pw, instance, postcomm, cfg, post_title, images_only, nsfw_b, modu
334334

335335
if(images_only is True) or ("url" in p['post'] and (("url_content_type" not in p['post']) or (("url_content_type" in p['post']) and (p['post']['url_content_type'][:5] == "image")))):
336336
posttext = posttext + f"![]({p['post']['url']})\n\n"
337-
if(images_only is not True:
337+
if images_only is not True:
338338
posttext += shorten_text(p['post']['body'])
339339
elif "url" in p['post']:
340340
print(f"* {p['post']['name']} - {p['post']['url']}")

0 commit comments

Comments
 (0)