This commit is contained in:
retoor 2025-02-12 01:06:19 +01:00
parent 328534e5c9
commit 8aee6f360d
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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