Fixed minor bug changes

pull/761/head
HallowedDust5 3 years ago
parent 5f6f110541
commit 003af57704
No known key found for this signature in database
GPG Key ID: AAAAF940F1C8C004

@ -9,6 +9,7 @@ import random
import os import os
import re import re
from os import getenv from os import getenv
from os import environ
import praw import praw
from praw.models import MoreComments from praw.models import MoreComments

@ -24,6 +24,8 @@ from utils.console import print_step, print_substep
storymode = False storymode = False
console = Console()
def download_screenshots_of_reddit_posts(reddit_object: dict[str], screenshot_num: int): def download_screenshots_of_reddit_posts(reddit_object: dict[str], screenshot_num: int):
"""Downloads screenshots of reddit posts as seen on the web. Downloads to assets/temp/png """Downloads screenshots of reddit posts as seen on the web. Downloads to assets/temp/png

Loading…
Cancel
Save