speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Refactor mutable default parameters in run function #104

Closed dumitrugutu closed 3 weeks ago

dumitrugutu commented 3 weeks ago

Refactored mutable default parameters in run function as it may lead to parameters being unintentionally cached

giorgosHadji commented 3 weeks ago

thanks for the fix