1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

return a line as it was

This commit is contained in:
dr_forse 2020-04-15 06:16:07 +01:00
parent 51b1fb7695
commit 615402e4f8

View File

@ -11,7 +11,7 @@ import telebot
from telebot import types
from telebot import util
should_skip = False
should_skip = 'TOKEN' and 'CHAT_ID' not in os.environ
if not should_skip:
TOKEN = os.environ['TOKEN']