From dabbd04af9c9b818a6dc9a2628b10eec335ad8ef Mon Sep 17 00:00:00 2001 From: Syed Aman Raza <109358640+electro199@users.noreply.github.com> Date: Wed, 26 Oct 2022 23:54:51 +0500 Subject: [PATCH] todo added --- utils/version.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/version.py b/utils/version.py index dc3eb29..2d55412 100644 --- a/utils/version.py +++ b/utils/version.py @@ -11,7 +11,8 @@ def checkversion(__VERSION__:str): return True #FOR ERROR HANDLING, SO VERSION CAN EASILY BE DETECTED else: - print_step(f"You are using the test version ({__VERSION__}) of the bot from AMAN RAZA") + print_step(f"You are using the test version ({__VERSION__}) of the bot from AMAN RAZA") + #to be removed before released # else: # print_step( # f"You are using an older version ({__VERSION__}) of the bot. Download the newest version ({latestversion}) from https://github.com/elebumm/RedditVideoMakerBot/releases/latest"