string's not defined

This commit is contained in:
Morten Delenk 2016-06-12 18:06:16 +02:00
parent 6aac5bb418
commit 216fed8408

View file

@ -6,7 +6,7 @@ import random
import base64
from io import BytesIO
from captcha.image import ImageCaptcha
import time
import time, string
print("Content-type: text/html\r\n\r\n")
form=cgi.FieldStorage()
aid=form["aid"]