BrandwatchLtd / bcr-api

Python Client Library for the Brandwatch Consumer Research API
MIT License
21 stars 23 forks source link

Language bug fix #39

Open cloner-gan opened 8 months ago

cloner-gan commented 8 months ago

Fresh pull from bcr-api results in a known language issue, where users cannot create new queries.

This was seemingly caused by a typo - "language" instead of "languages" in the **kwargs.

Queries can now be created under this fix, and languages can be specified.