Skip to content

Commit

Permalink
Revert "[waicolle] daily/weekly: christmas discount"
Browse files Browse the repository at this point in the history
This reverts commit c6cd1c2.
  • Loading branch information
NextFire committed Jan 30, 2025
1 parent 81f459b commit 7cc0736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanapi/utils/waicolle.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def get_current_date() -> date:

class TagRoll(BaseMediaRoll):
DAILY_BASE_PRICE = 150
DAILY_NB = 2
DAILY_NB = 1
daily_rolls: dict[date, Self] = {}

def __init__(
Expand Down Expand Up @@ -368,7 +368,7 @@ async def get_daily_tag(executor: AsyncIOExecutor, tag_date: date) -> str:


class SeasonalRoll(BaseMediaRoll):
WEEKLY_BASE_PRICE = 300
WEEKLY_BASE_PRICE = 600
WEEKLY_NB = 5
weekly_rolls: dict[tuple[int, int], Self] = {}

Expand Down

0 comments on commit 7cc0736

Please sign in to comment.