Skip to content

Commit b8185e3

Browse files
mrsabathAlan-Cha
andcommitted
Update a2a/slack_researcher/slack_researcher/config.py
Co-authored-by: Alan Cha < ac3805@columbia.edu> Co-authored-by: Alan Cha <ac3805@columbia.edu> Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
1 parent 2a7f692 commit b8185e3

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
@@ -92,7 +92,7 @@ def validate_extra_headers(self) -> "Settings":
9292
with open(self.secret_file_path, "r") as f:
9393
self.CLIENT_SECRET = f.read().strip()
9494
except FileNotFoundError:
95-
logging.warning("CLIENT_SECRET file not found at {self.secret_file_path}")
95+
logging.warning(f"CLIENT_SECRET file not found at {self.secret_file_path}")
9696
except Exception as e:
9797
logging.error(f"Error reading CLIENT_SECRET file: {e}")
9898

0 commit comments

Comments
 (0)