вот так:
class VisitSession:
client: TelegramClient
driver: webdriver.Chrome
bot_id: str
task_limit: int
tasks_completed: int
request_limit: int
requests_sent: int
def __init__(self, client: TelegramClient, driver: webdriver.Chrome,
bot_id: int, request_limit: int, task_limit: int):
self.client = client
self.driver = driver
self.bot_id = bot_id
self.task_limit = task_limit
self.tasks_completed = 0
self.request_limit = request_limit
self.requests_sent = 0
почему нет
Пеп ругается(
Обсуждают сегодня