Gustavosta / TabNews.py

Biblioteca em Python "delicinha" para comunicação via API com o site: "TabNews.com.br" :)
https://www.tabnews.com.br/
MIT License
22 stars 1 forks source link

Erro no paramentro [use_preview_tabnews_host=True] #2

Closed thisiscleverson closed 1 year ago

thisiscleverson commented 1 year ago

Ao tentar passar o paramentro use_preview_tabnews_host=True no Client: client = Client(EMAIL, PASS, use_preview_tabnews_host=True) aparece um erro:

 line 32, in <genexpr>
 if value[0][deployment['environment'].lower()]
 KeyError: 'production'
Gustavosta commented 1 year ago

Resolvido na PR #3.