From b790807bd3a3816a5ae23e76d6fbbbcfec2fd086 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 20 Sep 2022 08:25:40 +0000 Subject: [PATCH] Removed token + made it mandatory --- tools/attention_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/attention_list.py b/tools/attention_list.py index 8e03c9e8..16e4c667 100644 --- a/tools/attention_list.py +++ b/tools/attention_list.py @@ -32,7 +32,7 @@ def main(): ) parser.add_argument( '--token', - default='682ac3d176cf614cec4ecf9c8392880c89d07488', + required=True, help='API Token' ) parser.add_argument(