From a7b272b7944142cfd78b8e45ea643746d6d5c1cf Mon Sep 17 00:00:00 2001 From: stabbedbybrick <125766685+stabbedbybrick@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:07:09 +0100 Subject: [PATCH] remove version checker --- utils/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/commands.py b/utils/commands.py index 1abfeed..7daa4f5 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -36,7 +36,7 @@ def cli(debug: bool): urllib3.disable_warnings(InsecureRequestWarning) click.echo(f"\n❯_freevine {__version__}\n") - check_version(__version__) + # check_version(__version__) @cli.command()