Added decorator.
This commit is contained in:
parent
9606e3e269
commit
601e3a667c
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class LolaConfig:
|
|||
|
||||
self._s3_reader = S3FileReader(s3_client=boto3.client("s3"))
|
||||
|
||||
@_needs_env_data
|
||||
def fetch_slack_webhooks(self, s3_reader=None) -> None:
|
||||
"""
|
||||
Read the slack webhooks file from S3 and store the webhooks in memory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue