Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Oct 12, 2024
1 parent 4e3a76f commit 1a10f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/bangumi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a10f6d

Please sign in to comment.