Fix docstring indentation in SQLiteSession

This commit is contained in:
Aykut Yilmaz 2020-06-06 18:25:51 +02:00
parent faf7263d8f
commit 6e9b15d642
No known key found for this signature in database
GPG Key ID: C902430DEB452361

View File

@ -21,7 +21,8 @@ CURRENT_VERSION = 6 # database version
class SQLiteSession(MemorySession): class SQLiteSession(MemorySession):
"""This session contains the required information to login into your """
This session contains the required information to login into your
Telegram account. NEVER give the saved session file to anyone, since Telegram account. NEVER give the saved session file to anyone, since
they would gain instant access to all your messages and contacts. they would gain instant access to all your messages and contacts.