Skip to content

Commit

Permalink
A | 跟进MCSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Sep 2, 2023
1 parent 9d0005e commit a01a625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interfaces/OfInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
InfoBarPosition,
InfoBar,
)
from MCSL2Lib.loadingTipWidget import LoadFailedTip, LoadingTip
from MCSL2Lib.Widgets.loadingTipWidget import LoadFailedTip, LoadingTip
from MCSL2Lib.variables import GlobalMCSL2Variables
from ..variables import OFVariables, clearNewProxyConfig, variablesLogout
from ..variables import clearNewProxyConfig, variablesLogout
from ..OFSettingsController import OFSettingsController
from ..APIThreads import *
from .loginWidget import LoginContainer
Expand Down Expand Up @@ -1266,9 +1266,9 @@ def afterNewProxy(self):
parent=self,
)
self.stackedWidget.setCurrentIndex(0)
clearNewProxyConfig()
self.getUserInfo_API()
self.getUserProxies_API()
clearNewProxyConfig()
else:
InfoBar.error(
"失败",
Expand Down

0 comments on commit a01a625

Please sign in to comment.