瀏覽代碼

fix: max chars arg missing

master
Rohan Verma 6 年之前
父節點
當前提交
f731da54c0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      main.py

+ 1
- 1
main.py 查看文件

@@ -27,7 +27,7 @@ def index():
text = 'Thanks for adding me to "%s"!' % event['space']['displayName']
return json.jsonify({'text': text})
elif event['type'] == 'MESSAGE':
text = text_model.make_short_sentence()
text = text_model.make_short_sentence(280)
return json.jsonify({
'cards': [{
'sections': [{

Loading…
取消
儲存