From 7151270aa48448e1103b7a3e4db613edbf41fc4a Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 4 May 2022 16:26:58 +0200 Subject: remove asyncio from logging, stop aiohttp from printing --- labbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'labbot/bot.py') diff --git a/labbot/bot.py b/labbot/bot.py index 9b5d70b..49ea71e 100644 --- a/labbot/bot.py +++ b/labbot/bot.py @@ -52,4 +52,4 @@ class Bot: def run(self, *args, **kwargs) -> None: log.info(f"Started {self.name}") - self.instance.run(*args, **kwargs) \ No newline at end of file + self.instance.run(*args, print=False, **kwargs) \ No newline at end of file -- cgit v1.2.3