antigon-char4
This commit is contained in:
parent
d8808cbc69
commit
e6db7f1a1b
|
@ -2,7 +2,7 @@ from bot.config import FEEDBACK_CHAT_ID
|
||||||
from bot.announce import edit_announce
|
from bot.announce import edit_announce
|
||||||
from bot.api import telegram_api
|
from bot.api import telegram_api
|
||||||
import logging
|
import logging
|
||||||
from store import get_all_removed
|
from store import get_all_removed, get_average_toxic
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
|
@ -42,4 +42,4 @@ def normalize(text):
|
||||||
.replace('z', 'з')
|
.replace('z', 'з')
|
||||||
)
|
)
|
||||||
|
|
||||||
return text
|
return text
|
||||||
|
|
Loading…
Reference in New Issue
Block a user