[F] Fix url escape
This commit is contained in:
@@ -63,7 +63,7 @@ def get_login_code() -> str:
|
|||||||
'scope': 'XboxLive.signin offline_access',
|
'scope': 'XboxLive.signin offline_access',
|
||||||
'state': 'NOT_NEEDED'
|
'state': 'NOT_NEEDED'
|
||||||
})
|
})
|
||||||
printc(f'&6Opening {url} in the browser...')
|
print(f'Opening {url} in the browser...')
|
||||||
if webbrowser.open(url):
|
if webbrowser.open(url):
|
||||||
printc(f'&6If the link does not open, please open it manually.')
|
printc(f'&6If the link does not open, please open it manually.')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user