ソースを参照

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,