if user_channel_status["status"] != 'left':
await message.reply("Hi!\nI'm EchoBot!\nPowered by aiogram.")
else:
await message.reply("Hi!\nI'm EchoBot!\nPowered by aiogram.")
Есть функционал импорта из excel файла, юзер может скормить файл приличных размеров(от 10 до 25к записей)
Основная трудность(как мне кажется) в том, что в базе уже приличное количество элементов(от 6 млн записей) в каждой из таблиц, куда производятся большие insert-ы и присутствуют по 4-8 индексов.
General error: 7 no connection to the server at
>>> s = input()
Hello
>>> type(s)
<class 'str'>
>>> int(s)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: invalid literal for int() with base 10: 'Hello'
>>> int("20")
20
import sounddevice as sd
import torch
import time
import os
directory_path = os.getcwd()
print("My current directory is : " + directory_path)