mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-22 07:08:04 +00:00
🐛 Fix assets target var
This commit is contained in:
parent
f30313715c
commit
7387566dda
@ -54,7 +54,7 @@ class AssetsCouldNotFound(AssetsServiceError):
|
|||||||
def __init__(self, message: str, target: str):
|
def __init__(self, message: str, target: str):
|
||||||
self.message = message
|
self.message = message
|
||||||
self.target = target
|
self.target = target
|
||||||
super().__init__(f"{message}: target={message}")
|
super().__init__(f"{message}: target={target}")
|
||||||
|
|
||||||
|
|
||||||
class _AssetsService(ABC):
|
class _AssetsService(ABC):
|
||||||
|
Loading…
Reference in New Issue
Block a user