Use escape from html rather than cgi package
This commit is contained in:
parent
1509ba526d
commit
0f7e8e73b9
@ -44,7 +44,7 @@ import math
|
||||
import colorsys
|
||||
import sys
|
||||
import pickle
|
||||
from cgi import escape
|
||||
from html import escape
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user