debug log cleanup

This commit is contained in:
2026-05-10 13:44:37 +01:00
parent 54000adeaa
commit 108d0f663d
3 changed files with 3 additions and 3 deletions

2
bot.py
View File

@@ -2,8 +2,8 @@ import os
import asyncio
import sys
import concurrent.futures
import logging
from contextlib import suppress
from dotenv import load_dotenv
from functools import wraps