diff options
Diffstat (limited to 'extract_token_from_browser.py')
-rwxr-xr-x | extract_token_from_browser.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extract_token_from_browser.py b/extract_token_from_browser.py index d4c9c10..c5338fa 100755 --- a/extract_token_from_browser.py +++ b/extract_token_from_browser.py @@ -217,7 +217,10 @@ else: teams = [ { "token": "<token>", - "name": "Couldn't find any tokens automatically, but you can try to extract it manually as described in the readme and register the team like this", + "name": ( + "Couldn't find any tokens automatically, but you can try to extract " + "it manually as described in the readme and register the team like this" + ), } ] |