Skip to content

Commit

Permalink
Ajout abonnement annuel promo
Browse files Browse the repository at this point in the history
  • Loading branch information
simark committed Apr 26, 2018
1 parent eaeddc1 commit d345449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biciklo/biciklo.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
abonnements = {
# Annuel
100: datetime.timedelta(days = 364),
400: datetime.timedelta(days = 364),
# Mensuel
200: datetime.timedelta(days = 30),
# Benevole
Expand Down

0 comments on commit d345449

Please sign in to comment.