Skip to content

Commit

Permalink
Test update score
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey committed Nov 27, 2023
1 parent a57bd1c commit 3689530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pcweb/components/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def handle_submit(self, form_data: dict):
self.form_submitted = True

def update_score(self, score):
print("update score", score)
if self.show_form == True:
if self.page_score == score:
self.show_form = not self.show_form
Expand Down
2 changes: 1 addition & 1 deletion pcweb/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
ANACONDA_SETUP_ENVIRONMENT = "https://docs.anaconda.com/free/navigator/getting-started/#navigator-managing-environments"

# Stats
GITHUB_STARS = 13400
GITHUB_STARS = 14100
MONTHLY_USERS = 3000
DISCORD = 2400

0 comments on commit 3689530

Please sign in to comment.