Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Dec 8, 2022
1 parent 4236318 commit 59716de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scavenger2022/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/db.sqlite3
__pycache__
2 changes: 1 addition & 1 deletion scavenger2022/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __str__(self):
return self.hint

class Meta:
permissions = (("view_before_cutoff", "Play game before cutoff"),)
permissions = [("view_before_cutoff", "Play game before cutoff")]


class Team(models.Model):
Expand Down

0 comments on commit 59716de

Please sign in to comment.