Skip to content

Commit 50b05c3

Browse files
authored
Merge pull request #10 from openstates/disable-slack-notification
Slack notification disabled
2 parents 82e4cbc + 424491c commit 50b05c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main() -> None:
4646
jur_name = jur_obj.name if jur_obj else ""
4747
msg = f"Scrape Output Audit for {jur_name}: \n{reports}"
4848
logger.info(msg)
49-
send_slack_message("data-reports", msg)
49+
# send_slack_message("data-reports", msg)
5050

5151

5252
if __name__ == "__main__":

0 commit comments

Comments
 (0)