소스 검색

small changes and fixes

digital 7 년 전
부모
커밋
0744f65e9c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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