From 9037a55e85844df91df9e0b0ec2d3f088e1945d0 Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Tue, 17 Apr 2018 17:45:14 +0800 Subject: [PATCH] Update SQLiteSession's docstring --- telethon/sessions/sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/sessions/sqlite.py b/telethon/sessions/sqlite.py index e9a4a723..1f49d79c 100644 --- a/telethon/sessions/sqlite.py +++ b/telethon/sessions/sqlite.py @@ -18,7 +18,7 @@ CURRENT_VERSION = 3 # database version class SQLiteSession(MemorySession): """This session contains the required information to login into your - Telegram account. NEVER give the saved JSON 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. If you think the session has been compromised, close all the sessions