From 77720a1e47d81f06438a4eec40caf77bf427132e Mon Sep 17 00:00:00 2001 From: Andrey Dubilyer <92729835+bananabr3d@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:48:05 +0100 Subject: [PATCH] Update Client/profile_save.py Co-authored-by: Hauke Platte <53154723+HOOK-Hawkins@users.noreply.github.com> --- Client/profile_save.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/profile_save.py b/Client/profile_save.py index e8be096..c9a9f65 100644 --- a/Client/profile_save.py +++ b/Client/profile_save.py @@ -24,7 +24,7 @@ def get_profiles(self): output.append(Player.from_dict(profile)) return output else: - return None + return [] def set_profile(self, player : Player): """