浏览代码

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,