mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-05-03 15:23:42 +03:00
Remove comma (#376)
This commit is contained in:
parent
d707fd1593
commit
9f9da6adda
|
@ -10,7 +10,7 @@ from os import environ
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
session_name = environ.get('TG_SESSION','session')
|
session_name = environ.get('TG_SESSION','session')
|
||||||
user_phone = environ['TG_PHONE'],
|
user_phone = environ['TG_PHONE']
|
||||||
client = TelegramClient(session_name,
|
client = TelegramClient(session_name,
|
||||||
int(environ['TG_API_ID']),
|
int(environ['TG_API_ID']),
|
||||||
environ['TG_API_HASH'],
|
environ['TG_API_HASH'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user