Resoted avatars.

This commit is contained in:
retoor 2025-05-25 18:55:39 +02:00
parent 5e4c4ce228
commit 9378e95a5b

View File

@ -41,7 +41,7 @@ class AvatarView(BaseView):
self.avatars = {}
async def get(self):
type_ = self.request.match_info.get("type")
type_ = self.request.query.get("type")
type_match = {
"animal": self.get_animal,
"default": self.get_default