wit-ai / pywit

Python library for Wit.ai
Other
1.45k stars 359 forks source link

FIX: session id now being passed in context #106

Closed davidawad closed 6 years ago

davidawad commented 6 years ago

The session_id param was being passed raw when it's supposed to be passed as a key/value pair in a python dictionary.

I've tested this on messenger myself and it works.

screen shot 2018-02-15 at 11 44 10 pm