[cli] Fix missing space breaking URL in log message

This commit is contained in:
derrod 2020-04-26 13:37:35 +02:00
parent 6895f25fbb
commit b9b459d527

View file

@ -73,7 +73,7 @@ class LegendaryCLI:
)
print('If web page did not open automatically, please navigate '
'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.')
exchange_code = input('Please enter code from JSON response: ')
exchange_token = exchange_code.strip().strip('"')