Skip to content

Commit

Permalink
already fix issue OpenClassrooms-Student-Center#6 in issue OpenClassr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aponovi committed Jun 1, 2022
1 parent bfef3b2 commit e327905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
POINTS_FOR_A_PLACE = 1
MAX_PLACES_PER_COMPETITION = 12


def loadClubs():
with open('clubs.json') as c:
listOfClubs = json.load(c)['clubs']
Expand Down Expand Up @@ -70,6 +71,7 @@ def purchasePlaces():
flash('Great-booking complete!')
return render_template('welcome.html', club=club, competitions=competitions)


# TODO: Add route for points display


Expand Down

0 comments on commit e327905

Please sign in to comment.