From df03f2889a6e73698ebae95f117adc400d41ceac Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 6 Jan 2019 21:42:16 +0800 Subject: [PATCH] gateway switch bug fix --- Menu/GameShell/10_Settings/GateWay/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/GateWay/__init__.py b/Menu/GameShell/10_Settings/GateWay/__init__.py index d6a9527..e95fbcc 100644 --- a/Menu/GameShell/10_Settings/GateWay/__init__.py +++ b/Menu/GameShell/10_Settings/GateWay/__init__.py @@ -177,7 +177,7 @@ class GateWayPage(Page): self._Screen._MsgBox.Draw() self._Screen.SwapAndShow() - ApplyGateWay(cur_li._Value) + self.ApplyGateWay(cur_li._Value) pygame.time.delay(1000) self._Screen.Draw()