Skip to content

Commit

Permalink
fix bug with friendly-booking
Browse files Browse the repository at this point in the history
  • Loading branch information
joschobart committed Mar 6, 2024
1 parent 394a78d commit eb6cd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fun_with_flags/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def details():
if not challenge[-2]:
g.bookable = False

if not gmc and not bookable_slot:
if not bookable_slot:
g.bookable = False

for item in session["teams"]:
Expand Down

0 comments on commit eb6cd3c

Please sign in to comment.