Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Oct 10, 2023
1 parent 3c171ca commit b2f02dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre_deploy/gen_gacha_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ async def main():
regions: List[dict] = common_data["Regions"]

for region in regions:
region_name = region_name_map[region["name"]]
gachas = region["current_gacha"]
region_name = region_name_map[region["Name"]]
gachas = region["CurrentGacha"]
for gacha in gachas:
if not (gacha["start"] <= time.time() < gacha["end"]):
continue
Expand Down

1 comment on commit b2f02dc

@vercel
Copy link

@vercel vercel bot commented on b2f02dc Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bawiki-data – ./

bawiki-data-git-main-lgc-impart.vercel.app
bawiki-data-lgc-impart.vercel.app
bawiki.lgc2333.top

Please sign in to comment.