plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
Other
348 stars 33 forks source link

Set daemon attribute directly #146

Closed Joilence closed 1 year ago

Joilence commented 1 year ago

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

See: python/cpython#25174