Commit db740982 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent c56d634c
......@@ -38,7 +38,7 @@ import sys
try:
from html import escape
except ImportError:
from cgi import escape
from cgi import escape # Deprecated since version 3.2
from base64 import b64encode
from io import BytesIO
from hashlib import sha1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment