From fd71d9593501ab555746d7d231ae8bc0f9e8580e Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Wed, 21 Jun 2023 11:43:41 +0200 Subject: [PATCH] fix: remove s --- matrixai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrixai/__init__.py b/matrixai/__init__.py index e81e795..56ee1ac 100644 --- a/matrixai/__init__.py +++ b/matrixai/__init__.py @@ -197,7 +197,7 @@ def run(): else: async with aiohttp.ClientSession() as session: async with session.get(PING_URL) as resp: - await resp.read()s + await resp.read() @bot.listener.on_message_event async def bot_help(room, message):