Explorar el Código

small changes and fixes

digital hace 7 años
padre
commit
0744f65e9c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/beewatch/server/__init__.py

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

@@ -92,7 +92,6 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandlerBase):
         if task:
             lserver.debug("exec: "+task.exception.__cause__)
         # task joins iself to suppress the "task not joined" warning
-        digilib.misc.fake_wait_task()
         cur_task = await curio.current_task()
         await curio.ignore_after(0,cur_task.join)
         # remove this task from running tasks list