Python Telebot Error code: 401

2021-01-05 17:01:10,099 (__init__.py:489 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. Error code: 401. Description: Unauthorized"

Выдает ошибку. Сам код я оставил до минимума -

import telebot
token="здесь корректный токен"
bot = telebot.TeleBot(token)

bot.polling()

Ответы (0 шт):