This commit is contained in:
Jörn-Michael Miehe 2022-03-30 02:11:04 +00:00
parent 598b0ca2cb
commit cb3a3fca69

View file

@ -183,7 +183,7 @@ class User(UserBase, table=True):
Check if this user has a tag.
"""
return tag in self._get_tags
return tag in self._get_tags()
def add_tags(
self,