plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
MIT License
378 stars 39 forks source link

Set daemon attribute directly #146

Closed Joilence closed 2 years ago

Joilence commented 2 years ago

setDaemon() has been deprecated in favor of setting daemon attribute directly in Python 3.10.

See: python/cpython#25174