marksull / err-backend-cisco-spark

Errbot Backend for Cisco Spark
GNU General Public License v3.0
6 stars 3 forks source link

Change to use _json_data instead of _json. Resolves #3. #4

Closed jamiereid closed 6 years ago

jamiereid commented 6 years ago

Fixes "AttributeError: 'Person' object has no attribute '_json' #3"

Reading through the source code of the ciscosparkapi module it seems that at some point (I didn't dig for when) _json became _json_data. This patch changes CiscoSpark.py to use the new name.

marksull commented 6 years ago

Thanks for the fix