We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1280242 commit 325e4baCopy full SHA for 325e4ba
slackeventsapi/server.py
@@ -60,7 +60,7 @@ def event():
60
# Verify the request token
61
request_token = event_data.get("token")
62
if self.verification_token != request_token:
63
- self.emitter.emit('error', Exception('invalid verification token''))
+ self.emitter.emit('error', Exception('invalid verification token'))
64
return make_response("Request contains invalid Slack verification token", 403)
65
66
# Parse the Event payload and emit the event to the event listener
0 commit comments