Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Oct 19, 2023
1 parent 86df7e8 commit 20c3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_bot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SLACK_BOT_TOKEN = os.environ.get("SLACK_BOT_TOKEN")
SLACK_SIGNING_SECRET = os.environ.get("SLACK_SIGNING_SECRET")
SLACK_APP_TOKEN = os.environ.get("SLACK_APP_TOKEN")
app = App(token=SLACK_BOT_TOKEN, signing_secret=SLACK_SIGNING_SECRET)
app = App(token=SLACK_BOT_TOKEN)


# Add functionality here
Expand Down

0 comments on commit 20c3de9

Please sign in to comment.