mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
avatars can be null appearently
This commit is contained in:
parent
e04d4d79d7
commit
7eff7f4880
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[tool.poetry]
|
||||
name = "royalpack"
|
||||
version = "5.13.7"
|
||||
version = "5.13.8"
|
||||
description = "A Royalnet command pack for the Royal Games community"
|
||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
|
|
@ -42,7 +42,7 @@ class Osu(Updatable):
|
|||
|
||||
@declared_attr
|
||||
def avatar_url(self):
|
||||
return Column(String, nullable=False)
|
||||
return Column(String)
|
||||
|
||||
@declared_attr
|
||||
def standard_pp(self):
|
||||
|
|
Loading…
Reference in a new issue