1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

publish: 5.10.2

This commit is contained in:
Steffo 2020-06-26 17:07:41 +02:00
parent a2bb376279
commit a721c71de3
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
3 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "royalnet"
version = "5.10.1"
version = "5.10.2"
description = "A multipurpose bot and web framework"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -12,6 +12,7 @@ class ApiUserFindStar(rca.ApiStar):
}
}
@rca.magic
async def get(self, data: rca.ApiData) -> ru.JSON:
"""Get details about the Royalnet user with a certain alias."""
user = await rbt.User.find(self.alchemy, data.session, data["alias"])

View file

@ -1 +1 @@
semantic = "5.10.1"
semantic = "5.10.2"