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
1 changed files with 1 additions and 1 deletions

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']