aboutsummaryrefslogtreecommitdiffstats
path: root/extract_token_from_browser.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-06-29 22:23:28 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-06-29 22:23:28 +0200
commit4b71ef9edfc72f69f483c39489f83d7223d8c8b8 (patch)
tree1416a0e76369a09a1a75eab15a8db958b7c99092 /extract_token_from_browser.py
parentf6a2061dbf6926bff214c31bc782ad46c163d164 (diff)
downloadwee-slack-4b71ef9edfc72f69f483c39489f83d7223d8c8b8.tar.gz
Fix or ignore flake8 errors
Diffstat (limited to 'extract_token_from_browser.py')
-rwxr-xr-xextract_token_from_browser.py5
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"
+ ),
}
]