mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
🐛 Fix handle CookieServiceError
This commit is contained in:
parent
d0681c605b
commit
0ca8b6d5b4
@ -25,7 +25,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