Skip to content

Commit

Permalink
Merge pull request #659 from PrefectHQ/fix-link
Browse files Browse the repository at this point in the history
formatting and fix link
  • Loading branch information
zzstoatzz authored Dec 6, 2023
2 parents ffc5e34 + 21f6924 commit fd84a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cookbook/slackbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ python cookbook/slackbot/start.py # in another terminal

to deploy this to cloudrun, see:
- [Dockerfile.slackbot](/cookbook/slackbot/Dockerfile.slackbot)
- [image build CI](.github/workflows/image-build-and-push-community.yaml)
- [image build CI](/.github/workflows/image-build-and-push-community.yaml)
4 changes: 1 addition & 3 deletions cookbook/slackbot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ async def handle_message(payload: SlackPayload):
)
return Completed(message=success_msg)
else:
return Completed(
message="Skipping handling for message not directed at bot", name="SKIPPED"
)
return Completed(message="Skipping message not directed at bot", name="SKIPPED")


@app.post("/chat")
Expand Down

0 comments on commit fd84a44

Please sign in to comment.