2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-09 02:35:21 +00:00

Merge branch 'tos' into layer-81

# Conflicts:
#	pyrogram/client/ext/base_client.py
This commit is contained in:
Dan
2018-06-23 16:11:20 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -199,6 +199,8 @@ class Client(Methods, BaseClient):
self.is_started = True
if self.user_id is None:
print(self.TOS)
if self.token is None:
self.authorize_user()
else: