Update video_creation/screenshot_downloader.py

Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
pull/1288/head
Syed Aman Raza 2 years ago committed by GitHub
parent dabbd04af9
commit 437c8519d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ def download_screenshots_of_reddit_posts(reddit_object: dict, screenshot_num: in
# if settings.config["settings"]["storymodemethode"] == 0: # if settings.config["settings"]["storymodemethode"] == 0:
# story=True # story=True
if settings.config["settings"]["storymodemethod"] : if settings.config["settings"]["storymodemethod"] == 1:
# for idx,item in enumerate(reddit_object["thread_post"]): # for idx,item in enumerate(reddit_object["thread_post"]):
imagemaker(theme=bgcolor,reddit_obj=reddit_object,txtclr=txtcolor) imagemaker(theme=bgcolor,reddit_obj=reddit_object,txtclr=txtcolor)

Loading…
Cancel
Save