asterizk / apod-grabber

Sets the Mac desktop to the current NASA astronomy photo of the day
MIT License
2 stars 1 forks source link

apodgrab.py:23: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead. #7

Open asterizk opened 1 year ago

asterizk commented 1 year ago

apodgrab.py:23: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead. (w, h) = writing.multiline_textsize('\n'.join([' '.join(line) for line in lines]), font=font)

asterizk commented 1 year ago

See https://pillow.readthedocs.io/en/stable/deprecations.html# (do a find on the page for 'multiline_textsize')