cgi.escape is deprecated #3
Owner
```
####################/index.py:123: DeprecationWarning: cgi.escape is deprecated, use html.escape instead: ####################/index.py
domain = cgi.escape(fs["domain"].value): ####################/index.py
```
replace cgi.escape by html.escape because is deprecated (#3) and change Content-Type to json
Reference in New Issue
Block a user