mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 10:53:44 +03:00
Remove comma (#376)
This commit is contained in:
parent
d707fd1593
commit
9f9da6adda
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user