diff options
-rw-r--r-- | bot/exts/info/doc/_batch_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/info/doc/_batch_parser.py b/bot/exts/info/doc/_batch_parser.py index a809fed78..da0984a91 100644 --- a/bot/exts/info/doc/_batch_parser.py +++ b/bot/exts/info/doc/_batch_parser.py @@ -140,6 +140,7 @@ class BatchParser: if markdown is not None: await doc_cache.set(item, markdown) else: + # Don't wait for this coro as the parsing doesn't depend on anything it does. scheduling.create_task(self.stale_inventory_notifier.send_warning(item)) except Exception: log.exception(f"Unexpected error when handling {item}") |