Skip to content

Commit 2a7f692

Browse files
mrsabathmaia-iyer
andcommitted
Update a2a/slack_researcher/slack_researcher/config.py
Co-authored-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
1 parent d928b8e commit 2a7f692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • a2a/slack_researcher/slack_researcher

a2a/slack_researcher/slack_researcher/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def validate_extra_headers(self) -> "Settings":
9494
except FileNotFoundError:
9595
logging.warning("CLIENT_SECRET file not found at {self.secret_file_path}")
9696
except Exception as e:
97-
logging.error(f"Error reading CLIENT_SECRET: {e}")
97+
logging.error(f"Error reading CLIENT_SECRET file: {e}")
9898

9999
return self
100100

0 commit comments

Comments
 (0)