Sfoglia il codice sorgente

trying to fix a bug

digital 8 anni fa
parent
commit
ce1a9d2684
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      network/__init__.py

+ 1 - 1
network/__init__.py

@@ -230,7 +230,7 @@ class Server(object):
             try:
             try:
                 if async_:
                 if async_:
                     coro = func(*args,**kwargs)
                     coro = func(*args,**kwargs)
-                    await coro
+                    lserver.debug("{} {}".format(func,coro))
                 else:
                 else:
                     func(*args,**kwargs)
                     func(*args,**kwargs)
             except Exception as exc:
             except Exception as exc: