mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
return a line as it was
This commit is contained in:
@@ -11,7 +11,7 @@ import telebot
|
|||||||
from telebot import types
|
from telebot import types
|
||||||
from telebot import util
|
from telebot import util
|
||||||
|
|
||||||
should_skip = False
|
should_skip = 'TOKEN' and 'CHAT_ID' not in os.environ
|
||||||
|
|
||||||
if not should_skip:
|
if not should_skip:
|
||||||
TOKEN = os.environ['TOKEN']
|
TOKEN = os.environ['TOKEN']
|
||||||
|
|||||||
Reference in New Issue
Block a user