From c7f47ddc24404ea377d560a371999312ae1379f3 Mon Sep 17 00:00:00 2001 From: sui-feng-cb <2518179942@qq.com> Date: Sat, 25 Jul 2026 21:41:08 +0800 Subject: [PATCH] Fix: cross_get settings from OpsiShop --- module/os/tasks/cross_month.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/os/tasks/cross_month.py b/module/os/tasks/cross_month.py index 27be62f11..835fe2c3d 100644 --- a/module/os/tasks/cross_month.py +++ b/module/os/tasks/cross_month.py @@ -84,6 +84,10 @@ class OpsiCrossMonth(OSMap): break logger.hr('OS port daily', level=1) + self.config.override( + OpsiShop_PresetFilter=self.config.cross_get('OpsiShop.OpsiShop.PresetFilter'), + OpsiShop_CustomFilter=self.config.cross_get('OpsiShop.OpsiShop.CustomFilter'), + ) if not self.zone.is_azur_port: self.globe_goto(self.zone_nearest_azur_port(self.zone)) self.port_enter()