Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0dde07cc authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Replace cgi.escape by html.escape

This patch removes the deprecation warning, "cgi.escape is deprecated,
use html.escape instead".
parent d27ed7ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ except:
    from sys import exit

    exit(1)
from cgi import escape
from html import escape
from datetime import datetime, timedelta
from werkzeug.contrib.fixers import ProxyFix
from flask import (