cgi.escape is deprecated #3
beu
commented 2019-07-25 01:15:53 +02:00
Owner
```
####################/index.py:123: DeprecationWarning: cgi.escape is deprecated, use html.escape instead: ####################/index.py
domain = cgi.escape(fs["domain"].value): ####################/index.py
```
beu
referenced this issue from a commit 2019-07-25 01:16:38 +02:00
replace cgi.escape by html.escape because is deprecated (#3) and change Content-Type to json
beu
closed this issue 2019-07-25 01:16:45 +02:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?