'cgitb' is deprecated and slated for removal in Python 3.13
Hey,
Here is a new warning I have relative to this line of code: https://framagit.org/peppercarrot/webcomics/-/blob/master/0_transcripts/collect_titles.py#L12
The warning is:
/home/deevad/peppercarrot/webcomics/0_transcripts/./collect_titles.py:12: DeprecationWarning: 'cgitb' is deprecated and slated for removal in Python 3.13 import cgitb
Here are more info about why it was removed, and the alternatives: https://peps.python.org/pep-0594/#cgi
Unfortunately, I don't think I'll have the skill to fix this depreciation of Python myself.
Not urgent, so far, it's just a warning.