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