Quellcode durchsuchen

small changes and fixes

digital vor 7 Jahren
Ursprung
Commit
0744f65e9c
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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