ozgur/python-firebase

post_async has a semantic error

Closed this issue · 0 comments

On this line https://github.com/ozgur/python-firebase/blob/master/firebase/firebase.py#L338, a return value is expected from self._authenticate(params, headers), but if you look at _authenticate() then you'll see that nothing is returned.