mirror of
https://github.com/derrod/legendary.git
synced 2026-05-07 06:23:22 +00:00
chore: add logging for the param
This commit is contained in:
parent
408fcce78b
commit
89cd4863a4
|
|
@ -83,6 +83,8 @@ class MockLauncher:
|
|||
webbrowser.open(url)
|
||||
|
||||
def set_exchange_code(self, exchange_code, param):
|
||||
if param:
|
||||
logger.warning(f'Unknown parameter provided: {param}. Please report it on GitHub')
|
||||
self.inject_js = False
|
||||
logger.debug('Got exchange code (stage 1)!')
|
||||
# The default Windows webview retains cookies, GTK/Qt do not. Therefore we can
|
||||
|
|
|
|||
Loading…
Reference in a new issue