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 4fab17c commit 3c171ca
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 @@ -56,8 +56,8 @@ async def main():

pools = []

common_data = cast(dict, await schale_get("data/common.min.json"))
regions: List[dict] = common_data["regions"]
common_data = cast(dict, await schale_get("data/config.min.json"))
regions: List[dict] = common_data["Regions"]

for region in regions:
region_name = region_name_map[region["name"]]
Expand Down

1 comment on commit 3c171ca

@vercel
Copy link

@vercel vercel bot commented on 3c171ca 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.lgc2333.top
bawiki-data-lgc-impart.vercel.app

Please sign in to comment.