issues
search
SAP-archive
/
SDK-python
SAP Conversational AI official SDK for Python
MIT License
22
stars
20
forks
source link
return missing in parse_message (connect/message.py)
#2
Closed
alef07
closed
7 years ago
alef07
commented
7 years ago
Should not be message = Msg(...) but return Msg(...)
PaulRenvoise
commented
7 years ago
Fixed
Should not be message = Msg(...) but return Msg(...)