From c5f9e96414046baaf79659c332c4a0f4d1cad916 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sun, 11 Dec 2022 23:32:04 +0100 Subject: [PATCH] small notice added --- classes/holo_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/holo_user.py b/classes/holo_user.py index e71efc8..e07b2ca 100644 --- a/classes/holo_user.py +++ b/classes/holo_user.py @@ -35,7 +35,7 @@ class HoloUser(): self.id = user elif isinstance(user, str): try: - self.id = (app.get_users(user)).id + self.id = (app.get_users(user)).id # this line requires testing though except bad_request_400.UsernameNotOccupied: raise UserInvalidError(user) except bad_request_400.PeerIdInvalid: