Closed robdyke closed 3 years ago
FIX: cgi.escape which was deprecated in Python 3.7 and removed in 3.8. Use html.escape as alternative ADD: Use config.cfg from local directory
cgi.escape
html.escape
Resolves #32
Thanks @polo2ro glad to have helped
FIX:
cgi.escape
which was deprecated in Python 3.7 and removed in 3.8. Usehtml.escape
as alternative ADD: Use config.cfg from local directory