Skip to content

Commit

Permalink
Merge pull request #80 from PhilipTzannis/goldDst
Browse files Browse the repository at this point in the history
Change DST border to gold so as to ultimately have all achievements b…
  • Loading branch information
tyilo authored Sep 3, 2024
2 parents 606e076 + 4ebf398 commit 50fbffc
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 50fbffc

Please sign in to comment.