Skip to content

Commit fa6f8db

Browse files
Bugfix
1 parent c0f95cb commit fa6f8db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def home():
1212

1313
@app.route('/recv', methods=['POST'])
1414
def recv_webhook_event():
15-
print(req.body)
16-
return req.body
15+
return "Vool"
1716

1817
def make_gh_request(endpoint):
1918
r = requests.get(endpoint)

0 commit comments

Comments
 (0)