mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-23 16:17:45 +00:00
🐛 Fix handle CookieServiceError
This commit is contained in:
parent
1378970fea
commit
6aa55f21de
@ -26,7 +26,7 @@ from telegram.helpers import create_deep_linked_url
|
||||
|
||||
from core.config import config
|
||||
from core.plugin import Plugin, error_handler
|
||||
from gram_core.services.cookies.error import TooManyRequestPublicCookies
|
||||
from gram_core.services.cookies.error import CookieServiceError as TooManyRequestPublicCookies
|
||||
from gram_core.services.players.error import PlayerNotFoundError
|
||||
from modules.apihelper.error import APIHelperException, APIHelperTimedOut, ResponseException, ReturnCodeError
|
||||
from modules.errorpush import (
|
||||
|
Loading…
Reference in New Issue
Block a user