mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[cli] Fix missing space breaking URL in log message
This commit is contained in:
parent
6895f25fbb
commit
b9b459d527
|
@ -73,7 +73,7 @@ class LegendaryCLI:
|
||||||
)
|
)
|
||||||
print('If web page did not open automatically, please navigate '
|
print('If web page did not open automatically, please navigate '
|
||||||
'to https://www.epicgames.com/id/login in your web browser')
|
'to https://www.epicgames.com/id/login in your web browser')
|
||||||
print('- In case you opened the link manually; please open https://www.epicgames.com/id/api/exchange'
|
print('- In case you opened the link manually; please open https://www.epicgames.com/id/api/exchange '
|
||||||
'in your web browser after you have finished logging in.')
|
'in your web browser after you have finished logging in.')
|
||||||
exchange_code = input('Please enter code from JSON response: ')
|
exchange_code = input('Please enter code from JSON response: ')
|
||||||
exchange_token = exchange_code.strip().strip('"')
|
exchange_token = exchange_code.strip().strip('"')
|
||||||
|
|
Loading…
Reference in a new issue