diff --git a/main.py b/main.py index 4f2e442..ebedf64 100755 --- a/main.py +++ b/main.py @@ -8,6 +8,7 @@ from subprocess import Popen from prawcore import ResponseException +from sys import version from reddit.subreddit import get_subreddit_threads from utils import settings from utils.cleanup import cleanup @@ -35,6 +36,9 @@ print( ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ """ ) +# print py version +print(f"Python Version {version[0]}.{version[2]}{version[3]}") +# print py version # Modified by JasonLovesDoggo print_markdown( "### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue. You can find solutions to many common problems in the [Documentation](): https://reddit-video-maker-bot.netlify.app/"