Skip to content

Commit

Permalink
Change DST border to gold so as to ultimately have all achievements b…
Browse files Browse the repository at this point in the history
…e gold
  • Loading branch information
PhilipTzannis committed Sep 3, 2024
1 parent 606e076 commit 4ebf398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/achievements.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_level(user):
query |= Q(start_datetime__lt=dt, end_datetime__gt=dt)

if user.games.filter(query).exists():
return AchievementLevel.BASE
return AchievementLevel.GOLD
return AchievementLevel.NO_LEVEL


Expand Down

0 comments on commit 4ebf398

Please sign in to comment.