Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas099X committed Nov 2, 2024
1 parent 42a834c commit e5c226d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5c226d

Please sign in to comment.