From 7ca565eb8d147167e5b3271e26256567b7ed2bbf Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 24 Jul 2022 23:32:14 -0400 Subject: [PATCH] Update utils/settings.py Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com> --- utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/settings.py b/utils/settings.py index 5ddb8cf..f983c75 100755 --- a/utils/settings.py +++ b/utils/settings.py @@ -52,7 +52,7 @@ def check( Returns: Correct value """ - correct = True if value else False + correct = True if value != {} else False if correct and "type" in checks: try: