mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
🐛 Fix assets target var
This commit is contained in:
parent
6cc3be89b5
commit
ae0a63e7b9
@ -36,7 +36,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:
|
class _AssetsService:
|
||||||
|
Loading…
Reference in New Issue
Block a user