mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 09:00:14 +00:00
add deprecation notice to program
This commit is contained in:
parent
237c575441
commit
a4feaa5d64
@ -1,6 +1,8 @@
|
|||||||
# Runs it!
|
# Runs it!
|
||||||
__version__ = "0.3.9"
|
__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 secrets
|
||||||
import configparser
|
import configparser
|
||||||
import shutil
|
import shutil
|
||||||
|
Loading…
Reference in New Issue
Block a user