From a1744fc9b36eb19d9c66060c3116bfd49eb1ea1b Mon Sep 17 00:00:00 2001 From: Alpha <43486986+sudoAlphaX@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:59:32 +0530 Subject: [PATCH] docs: fix typo for anilist login command --- fastanime/cli/commands/anilist/notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastanime/cli/commands/anilist/notifier.py b/fastanime/cli/commands/anilist/notifier.py index 3e5d6d1..29d9237 100644 --- a/fastanime/cli/commands/anilist/notifier.py +++ b/fastanime/cli/commands/anilist/notifier.py @@ -35,7 +35,7 @@ def notifier(config: "Config"): if not config.user: print("Not Authenticated") - print("Run the following to get started: fastanime anilist loggin") + print("Run the following to get started: fastanime anilist login") exit(1) run = True # WARNING: Mess around with this value at your own risk