File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -386,9 +386,12 @@ def run_bypass_uac():
386386 url = response .json ()["data" ]["url" ]
387387 token = urlparse (url ).path .split ("path=" )[- 1 ]
388388 session .get (url )
389- res = session .get (
390- f"https://accounts.dmm.com/service/login/token/=/path={ token } /is_app=false"
391- )
389+ try :
390+ session .get (
391+ f"https://accounts.dmm.com/service/login/token/=/path={ token } /is_app=false"
392+ )
393+ except :
394+ pass
392395
393396if session .cookies .get ("login_session_id" ) == None :
394397 try :
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " DMMGamePlayerFastLauncher"
5- #define MyAppVersion " 4.7.0 "
5+ #define MyAppVersion " 4.7.1 "
66#define MyAppPublisher " yuki"
77#define MyAppURL " https://github.com/fa0311/DMMGamePlayerFastLauncher"
88#define MyAppExeName " DMMGamePlayerFastLauncher.exe"
You can’t perform that action at this time.
0 commit comments