robmarkcole / deepstack-python

Unofficial python API for DeepStack
https://deepstack.cc/
GNU General Public License v3.0
12 stars 11 forks source link

Change custom_model init #32

Closed robmarkcole closed 3 years ago

robmarkcole commented 3 years ago

Change custom_model: str = None, to custom_model: str = ""

Same behaviour but a bit more consistent

robmarkcole commented 3 years ago

done