feat: Add PersonalFlag flag with automatic cheat reporting

This commit is contained in:
2025-11-07 14:04:01 +01:00
parent 0609c6cb61
commit 3139c08c91
5 changed files with 91 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class CheaterTeams(db.Model):
)
def __init__(
self, challenge_id: int, cheater_id: int, helper_id: int, flag_id: str
self, challenge_id: int, cheater_id: int, helper_id: int, flag_id: int
):
self.challenge_id = challenge_id
self.cheater_id = cheater_id