Skip to content

Commit b17a50b

Browse files
renzonrenzon
authored andcommitted
Updated Launch finish to August 21th
Updated dependencies close #2774
1 parent c61229e commit b17a50b

File tree

2 files changed

+31
-45
lines changed

2 files changed

+31
-45
lines changed

Pipfile.lock

Lines changed: 30 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pythonpro/checkout/facade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
launch_datetime_begin = timezone.make_aware(datetime(2020, 8, 16, 20, 0, 0))
66
discount_50_percent_datetime_limit = timezone.make_aware(datetime(2020, 8, 17, 23, 59, 59))
77
discount_35_percent_datetime_limit = timezone.make_aware(datetime(2020, 8, 18, 23, 59, 59))
8-
launch_datetime_finish = timezone.make_aware(datetime(2020, 8, 19, 23, 59, 59))
8+
launch_datetime_finish = timezone.make_aware(datetime(2020, 8, 21, 23, 59, 59))
99

1010

1111
def is_launch_open():

0 commit comments

Comments
 (0)