API usage overhaul #27
@ -41,7 +41,7 @@ async def send_content(app: Client, http_session: ClientSession) -> None:
|
||||
)
|
||||
).results
|
||||
)
|
||||
except (KeyError, AttributeError, TypeError):
|
||||
except (KeyError, AttributeError, TypeError, IndexError):
|
||||
logger.info(app._("post_empty", "console"))
|
||||
if app.config["reports"]["error"]:
|
||||
await app.send_message(
|
||||
|
Reference in New Issue
Block a user