From c4d85cdb50f9dbdc47b73ee6066a4899c082e5e3 Mon Sep 17 00:00:00 2001 From: Zuosizhu Date: Mon, 1 Sep 2025 20:05:27 +0800 Subject: [PATCH] Fix: medalshop still too 2 --- module/shop/shop_reward.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/shop/shop_reward.py b/module/shop/shop_reward.py index 30b43e7db..f9fbedac8 100644 --- a/module/shop/shop_reward.py +++ b/module/shop/shop_reward.py @@ -1,7 +1,7 @@ from module.shop.shop_core import CoreShop, CoreShop_250814 from module.shop.shop_general import GeneralShop, GeneralShop_250814 from module.shop.shop_guild import GuildShop, GuildShop_250814 -from module.shop.shop_medal import MedalShop2, MedalShop_250814 +from module.shop.shop_medal import MedalShop2, MedalShop2_250814 from module.shop.shop_merit import MeritShop, MeritShop_250814 from module.shop.ui import ShopUI from module.shop_event.shop_event import EventShop @@ -82,7 +82,7 @@ class RewardShop(ShopUI): self.device.click_record_clear() self.shop_tab_250814.set(main=self, upper=2) self.monthly_shop_nav_250814.set(main=self, left=3) - MedalShop_250814(self.config, self.device).run() + MedalShop2_250814(self.config, self.device).run() def run_once(self): # Munitions shops