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:
parent
51b1fb7695
commit
615402e4f8
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user