From 9b63c55d3e593fdd27eda39702a1d7010458f6e9 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Fri, 17 Aug 2018 21:25:01 +0300 Subject: [PATCH] Print out version info before starting --- script.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.py b/script.py index f9f5f02..b29000a 100644 --- a/script.py +++ b/script.py @@ -642,6 +642,8 @@ def download(submissions): print(" Total of {} links downloaded!".format(downloadedCount)) def main(): + + VanillaPrint(f"\nBulk Downloader for Reddit v{__version__}") GLOBAL.arguments = parseArguments() if GLOBAL.arguments.directory is not None: