server启动之后,填入callback

This commit is contained in:
liuwei
2025-04-23 11:47:39 +08:00
parent 1ab34cde0a
commit b8ea01ce4b
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ class Robot(Job):
"""
def __init__(self, config: Config) -> None:
self.client = gewe_client
self.client = gewe_client.client
self.config = config
self.LOG = logging.getLogger("Robot")