(Translated by https://www.hiragana.jp/)
Add ranking history by lanjelot · Pull Request #36 · hugsy/ctfhub · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ranking history #36

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Add ranking history #36

merged 1 commit into from
Mar 16, 2021

Conversation

lanjelot
Copy link
Collaborator

Thoughts?

@@ -463,7 +463,7 @@ def jitsi_url(self):

def save(self):
if self.flag_tracker.has_changed("flag"):
self.status = "solved"
self.status = "solved" if self.flag else "unsolved"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was meant to go with previous PR sorry. With this we can now un-solve a challenge.

@hugsy hugsy merged commit 8b7dbf4 into hugsy:master Mar 16, 2021
@lanjelot lanjelot deleted the rank-hist branch March 17, 2021 10:21
@hugsy hugsy added this to the 0.1 milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants