mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-27 04:02:32 +08:00
fix module name
This commit is contained in:
@@ -15,6 +15,10 @@ class TelegramModule(_ModuleBase):
|
||||
def init_module(self) -> None:
|
||||
self.telegram = Telegram()
|
||||
|
||||
@staticmethod
|
||||
def get_name() -> str:
|
||||
return "Telegram"
|
||||
|
||||
def stop(self):
|
||||
self.telegram.stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user