소스 검색

small fixe(s)

digital 8 년 전
부모
커밋
548ed2f184
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/beewatch/server/__init__.py

+ 1 - 1
lib/beewatch/server/__init__.py

@@ -91,7 +91,7 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandlerBase):
         ttf = beewatch._commands
         if cmd in ttf.keys():
             try:
-                task = cmd.run(
+                task = curio.run(
                     ttf[cmd],
                     # self.bee_api,
                     args=args,