From db1a6706e4882792fdf7a5de3847f1eceb2330e6 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 3 Dec 2021 17:54:14 +0100 Subject: [PATCH] [cli] I a word when opening the auth/link URLs --- legendary/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legendary/cli.py b/legendary/cli.py index f47ddc2..903ed3c 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -153,7 +153,7 @@ class LegendaryCLI: 'https://www.epicgames.com/id/login?redirectUrl=' 'https%3A%2F%2Fwww.epicgames.com%2Fid%2Fapi%2Fredirect' ) - print('If web page did not open automatically, please manually open the following URL: ' + print('If the web page did not open automatically, please manually open the following URL: ' 'https://www.epicgames.com/id/login?redirectUrl=https://www.epicgames.com/id/api/redirect') sid = input('Please enter the "sid" value from the JSON response: ') sid = sid.strip() @@ -1748,7 +1748,7 @@ class LegendaryCLI: else: logger.error('No linked ubisoft account found! Please link your accounts via your browser and try again.') webbrowser.open('https://www.epicgames.com/id/link/ubisoft') - print('If web page did not open automatically, please manually open the following URL: ' + print('If the web page did not open automatically, please manually open the following URL: ' 'https://www.epicgames.com/id/link/ubisoft') return