From e5c226de63dc885817e4a32c4d54eecf3b8b7aa9 Mon Sep 17 00:00:00 2001 From: Anas099X Date: Sat, 2 Nov 2024 06:59:30 +0300 Subject: [PATCH] fixed a typo --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index a1dadf4..9a73279 100644 --- a/main.py +++ b/main.py @@ -268,8 +268,7 @@ def get(session): logout_button = Div() # Empty div to maintain layout consistency profile_image = Img(src="https://github.com/Anas099X/OpenSAT/blob/main/public/banner.png?raw=true") - if camp_id != 7055998 and user_data.get('data', {}).get('attributes', {}).get('email') - not in os.getenv("SPECIAL_ACCESS", "").split(","): + if camp_id != 7055998 and user_data.get('data', {}).get('attributes', {}).get('email') not in os.getenv("SPECIAL_ACCESS", "").split(","): tier = "OpenSAT+" else: tier = "Free"