File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
from video_creation .screenshot_downloader import get_screenshots_of_reddit_posts
24
24
from video_creation .voices import save_text_to_mp3
25
25
26
- __VERSION__ = "2.5 .0"
26
+ __VERSION__ = "3 .0"
27
27
28
28
print (
29
29
"""
@@ -109,7 +109,7 @@ def shutdown():
109
109
shutdown ()
110
110
except Exception as err :
111
111
print_step (f'''
112
- Sorry, something went wrong with this test version! Try again, and feel free to report this issue at GitHub or the Discord community.\n
112
+ Sorry, something went wrong with this version! Try again, and feel free to report this issue at GitHub or the Discord community.\n
113
113
Version: { __VERSION__ } \n
114
114
Story mode: { str (config ["settings" ]["storymode" ])} \n
115
115
Story mode method: { str (config ["settings" ]["storymodemethod" ])}
You can’t perform that action at this time.
0 commit comments