|
@@ -433,6 +433,8 @@ async def run_handler(bot, event, command):
|
|
|
|
|
|
language_name, text = match.groups()
|
|
language_name, text = match.groups()
|
|
|
|
|
|
|
|
+ text = text.replace('\xA0', ' ') # i hate telegram
|
|
|
|
+
|
|
async with ClientSession() as session:
|
|
async with ClientSession() as session:
|
|
try:
|
|
try:
|
|
async with session.post(
|
|
async with session.post(
|