Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ import time
|
|
145 |
import random
|
146 |
import pathlib
|
147 |
import requests
|
148 |
-
from typing import Optional, Tuple
|
149 |
from telethon.sync import TelegramClient
|
150 |
from telethon.tl.functions.messages import GetHistoryRequest
|
151 |
|
|
|
145 |
import random
|
146 |
import pathlib
|
147 |
import requests
|
148 |
+
from typing import Optional, Tuple, List
|
149 |
from telethon.sync import TelegramClient
|
150 |
from telethon.tl.functions.messages import GetHistoryRequest
|
151 |
|