This commit is contained in:
brent s. 2017-03-25 02:49:02 -04:00
parent 9bc8dab727
commit f45f67800a

View File

@ -9,7 +9,7 @@ import base64
import subprocess import subprocess
import hashlib import hashlib
import datetime import datetime
import io from io import BytesIO
# You might need to install these modules; they aren't in stdlib. # You might need to install these modules; they aren't in stdlib.
import pymysql import pymysql
import magic import magic