Ver Fonte

small fixe(s)

digital há 8 anos atrás
pai
commit
548ed2f184
1 ficheiros alterados com 1 adições e 1 exclusões
  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,