From 1a10f6d6e3bf66dd0ef68b4d0cf9b695e4f3bd35 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 12 Oct 2024 12:34:28 +0800 Subject: [PATCH] fix typo error --- app/modules/bangumi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/bangumi/__init__.py b/app/modules/bangumi/__init__.py index 00b9a94b..7052ee2e 100644 --- a/app/modules/bangumi/__init__.py +++ b/app/modules/bangumi/__init__.py @@ -36,7 +36,7 @@ def init_setting(self) -> Tuple[str, Union[str, bool]]: @staticmethod def get_name() -> str: - return "Bangumi"@staticmethod + return "Bangumi" @staticmethod def get_type() -> ModuleType: