Update.
This commit is contained in:
parent
328534e5c9
commit
8aee6f360d
BIN
dist/snekbot-1.0.0-py3-none-any.whl
vendored
BIN
dist/snekbot-1.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/snekbot-1.0.0.tar.gz
vendored
BIN
dist/snekbot-1.0.0.tar.gz
vendored
Binary file not shown.
@ -33,7 +33,6 @@ class RPC:
|
|||||||
|
|
||||||
async def __aiter__(self):
|
async def __aiter__(self):
|
||||||
logger.debug("Iterating async trough result data.")
|
logger.debug("Iterating async trough result data.")
|
||||||
for k in self.__dict__.get("data", []):
|
|
||||||
for k in self.__dict__.get("data", []):
|
for k in self.__dict__.get("data", []):
|
||||||
yield k
|
yield k
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user