This commit is contained in:
2024-06-03 13:27:42 +03:00
parent aa8f9f8adb
commit 1c8bc26c64
6 changed files with 12 additions and 103 deletions

View File

@@ -1,13 +1,14 @@
import logging
import math
from bot.api import telegram_api
from bot.config import FEEDBACK_CHAT_ID
from nlp.toxicity import text2toxicity
from nlp.replying import get_toxic_reply
import logging
import math
from handlers.handle_private import handle_private
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger('handlers.messages_routing')
logging.basicConfig(level=logging.DEBUG)
async def messages_routing(msg, state):