fix: remove s
black-action / runner / black formatter (push) Failing after 0s Details

This commit is contained in:
0xMRTT 2023-06-21 11:43:41 +02:00
parent d85a40ba4d
commit fd71d95935
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 1 additions and 1 deletions

View File

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