From 437c8519d4a00c49e3cee7b95f926762a94138a5 Mon Sep 17 00:00:00 2001 From: Syed Aman Raza <109358640+electro199@users.noreply.github.com> Date: Sat, 12 Nov 2022 05:08:16 -0800 Subject: [PATCH 1/3] Update video_creation/screenshot_downloader.py Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- video_creation/screenshot_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/screenshot_downloader.py b/video_creation/screenshot_downloader.py index 850aa32..4689cc0 100644 --- a/video_creation/screenshot_downloader.py +++ b/video_creation/screenshot_downloader.py @@ -132,7 +132,7 @@ def download_screenshots_of_reddit_posts(reddit_object: dict, screenshot_num: in # if settings.config["settings"]["storymodemethode"] == 0: # story=True - if settings.config["settings"]["storymodemethod"] : + if settings.config["settings"]["storymodemethod"] == 1: # for idx,item in enumerate(reddit_object["thread_post"]): imagemaker(theme=bgcolor,reddit_obj=reddit_object,txtclr=txtcolor) From 1da0c95c3c5b68bf9c64d5b3d174cae95868f9ec Mon Sep 17 00:00:00 2001 From: Syed Aman Raza <109358640+electro199@users.noreply.github.com> Date: Sat, 12 Nov 2022 05:09:35 -0800 Subject: [PATCH 2/3] error_msg:updated Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7094d93..05ccc19 100755 --- a/main.py +++ b/main.py @@ -105,6 +105,6 @@ if __name__ == "__main__": shutdown() except Exception as err : - print_step('looks like some thing gone wrong in testing builts it happens report on us discord') + print_step('Sorry, something went wrong with this test version! Try again, and feel free to report this issue at GitHub or the Discord community.') raise err # todo error From b1368167df9a1c4bb70bfe9999942243fce92bd0 Mon Sep 17 00:00:00 2001 From: Syed Aman Raza <109358640+electro199@users.noreply.github.com> Date: Sat, 12 Nov 2022 05:10:14 -0800 Subject: [PATCH 3/3] Update requirements.txt Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 326042f..44e05a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,4 @@ pyttsx3==2.90 Pillow~=9.1.1 tomlkit==0.11.4 Flask==2.2.2 -spacy==3.4.1 -https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz \ No newline at end of file +spacy==3.4.1 \ No newline at end of file