Explorar el Código

fix: max chars arg missing

master
Rohan Verma hace 6 años
padre
commit
f731da54c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      main.py

+ 1
- 1
main.py Ver fichero

@@ -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': [{

Cargando…
Cancelar
Guardar