更新 __init__.py

This commit is contained in:
jxxghp 2024-06-08 21:05:53 +08:00 committed by GitHub
parent 60007cf398
commit b5eaba26da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ class WebPushModule(_ModuleBase):
@staticmethod @staticmethod
def get_name() -> str: def get_name() -> str:
return "VoceChat" return "WebPush"
def stop(self): def stop(self):
pass pass