gateway switch bug fix

This commit is contained in:
cuu 2019-01-06 21:42:16 +08:00
parent 06b8db3edb
commit df03f2889a

View File

@ -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()