string's not defined
This commit is contained in:
parent
6aac5bb418
commit
216fed8408
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue