diff --git a/fastanime/core/constants.py b/fastanime/core/constants.py index 8f48f3f..88f58f6 100644 --- a/fastanime/core/constants.py +++ b/fastanime/core/constants.py @@ -14,6 +14,7 @@ GIT_REPO = "github.com" GIT_PROTOCOL = "https://" REPO_HOME = f"https://{GIT_REPO}/{AUTHOR}/FastAnime" DISCORD_INVITE = "https://discord.gg/C4rhMA4mmK" +ANILIST_AUTH = "https://anilist.co/api/v2/oauth/authorize?client_id=20148" try: APP_DIR = Path(str(resources.files(PROJECT_NAME.lower())))