Remove comma (#376)

This commit is contained in:
Tanuj 2017-10-24 21:08:44 +01:00 committed by Lonami
parent d707fd1593
commit 9f9da6adda

View File

@ -10,7 +10,7 @@ from os import environ
def main():
session_name = environ.get('TG_SESSION','session')
user_phone = environ['TG_PHONE'],
user_phone = environ['TG_PHONE']
client = TelegramClient(session_name,
int(environ['TG_API_ID']),
environ['TG_API_HASH'],