From b9b459d527d5410de196c495bda37c192862c6e6 Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 26 Apr 2020 13:37:35 +0200 Subject: [PATCH] [cli] Fix missing space breaking URL in log message --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 5f7f885..319c88e 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -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('"')