rocketchat_API
rocketchat_API copied to clipboard
replace kwargs double backslash for multiline messages
rocketchat_API/APISections/base.py line 86
if you want to use the api to send multiline messages, you have to adapt the kwargs arguments.
the kwargs arguments are json serialized and have problems with escape sequences.
I fixed this here.