mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-09 18:55:51 +00:00
Implement SQLite session storage
This commit is contained in:
@@ -57,7 +57,7 @@ from .ext import utils, Syncer, BaseClient
|
||||
from .methods import Methods
|
||||
from .session_storage import (
|
||||
SessionDoesNotExist, SessionStorage, MemorySessionStorage, JsonSessionStorage,
|
||||
StringSessionStorage
|
||||
StringSessionStorage, SQLiteSessionStorage
|
||||
)
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
Reference in New Issue
Block a user