Spaces:
Running
Running
BinaryONe
commited on
Commit
·
fa3f974
1
Parent(s):
bf84dca
AllFilesDB
Browse files
FileStream/bot/__init__.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import pprint
|
2 |
from ..config import Telegram
|
3 |
from pyrogram import Client
|
|
|
4 |
|
5 |
if Telegram.SECONDARY:
|
6 |
plugins = None
|
|
|
1 |
import pprint
|
2 |
from ..config import Telegram
|
3 |
from pyrogram import Client
|
4 |
+
from pyrogram.session import Session
|
5 |
|
6 |
if Telegram.SECONDARY:
|
7 |
plugins = None
|