From cb3a3fca692de0daebc28818d849bce70d9f93ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 30 Mar 2022 02:11:04 +0000 Subject: [PATCH] typo --- api/kiwi_vpn_api/db/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/kiwi_vpn_api/db/user.py b/api/kiwi_vpn_api/db/user.py index ad1d51f..e8f41fc 100644 --- a/api/kiwi_vpn_api/db/user.py +++ b/api/kiwi_vpn_api/db/user.py @@ -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,