From a4feaa5d64eaef42fbb85d170e424a5d12f05206 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 31 Aug 2020 14:13:53 +0100 Subject: [PATCH] add deprecation notice to program --- jellyfin_accounts/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jellyfin_accounts/__init__.py b/jellyfin_accounts/__init__.py index ad66164..89aca51 100755 --- a/jellyfin_accounts/__init__.py +++ b/jellyfin_accounts/__init__.py @@ -1,6 +1,8 @@ # Runs it! __version__ = "0.3.9" +print("Note: jellyfin-accounts will likely not receive many future updates. Try jfa-go, a rewrite thats fast, portable, and has more features. Find it at\nhttps://github.com/hrfee/jfa-go\n") + import secrets import configparser import shutil