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,