mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 11:40:11 +03:00
remove that damn comma
This commit is contained in:
parent
25d8b22a8f
commit
3ab9b61770
|
@ -11,7 +11,7 @@ from telethon.errors import SessionPasswordNeededError
|
|||
|
||||
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