mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Save session data when migrating from JSON (#570)
This commit is contained in:
@@ -159,6 +159,7 @@ class Session:
|
||||
'insert or replace into entities values (?,?,?,?,?)',
|
||||
entities
|
||||
)
|
||||
self._update_session_table()
|
||||
c.close()
|
||||
self.save()
|
||||
|
||||
|
Reference in New Issue
Block a user