From d35ebe26598ff22ee87117de73116da08720fb7c Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Fri, 7 Aug 2020 19:48:34 +0200 Subject: [PATCH] :broom: --- funcs/miscFuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index 8f4f206..893abb8 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -295,7 +295,7 @@ def getName(userID): try: with open("resources/users.json", "r") as f: data = json.load(f) - + if userID in data: return data[userID]["user name"] else: