loklak / loklak_python_api

The loklak API for Python which makes it very easy to use and as a strict replacement to the twitter API
1.09k stars 26 forks source link

xmlToJson method doesn't return proper json data #97

Closed YJDave closed 6 years ago

YJDave commented 6 years ago

xmlToJson method returns ' ' on None argument, which is not proper json data. We should return '[]' for None data instead.