form was not defined
This commit is contained in:
parent
5263b05db1
commit
6aac5bb418
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ from io import BytesIO
|
|||
from captcha.image import ImageCaptcha
|
||||
import time
|
||||
print("Content-type: text/html\r\n\r\n")
|
||||
aid=form["aid"]
|
||||
form=cgi.FieldStorage()
|
||||
aid=form["aid"]
|
||||
try:
|
||||
seed=form["seed"]
|
||||
random.seed(seed)
|
||||
|
|
Loading…
Reference in a new issue