mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 19:20:09 +03:00
Fix docstring indentation in SQLiteSession
This commit is contained in:
parent
faf7263d8f
commit
6e9b15d642
|
@ -21,12 +21,13 @@ CURRENT_VERSION = 6 # database version
|
||||||
|
|
||||||
|
|
||||||
class SQLiteSession(MemorySession):
|
class SQLiteSession(MemorySession):
|
||||||
"""This session contains the required information to login into your
|
"""
|
||||||
Telegram account. NEVER give the saved session file to anyone, since
|
This session contains the required information to login into your
|
||||||
they would gain instant access to all your messages and contacts.
|
Telegram account. NEVER give the saved session file to anyone, since
|
||||||
|
they would gain instant access to all your messages and contacts.
|
||||||
|
|
||||||
If you think the session has been compromised, close all the sessions
|
If you think the session has been compromised, close all the sessions
|
||||||
through an official Telegram client to revoke the authorization.
|
through an official Telegram client to revoke the authorization.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, session_id=None):
|
def __init__(self, session_id=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user