Commit 97e66403 authored by Fabien Morin's avatar Fabien Morin

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24549 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20dd426a
......@@ -70,7 +70,7 @@ def getRandomText():
text_seed = md5()
text_seed.update(str(uniform(1, 10000000000000000)))
text = text_seed.hexdigest()
return text[-7:]
return text[-7:]
def generateCaptcha():
"""
......@@ -133,7 +133,7 @@ def makeCaptcha(text, bg_file, captcha_file_path):
image_data = open(captcha_file_path).read()
# delete temp files
os.remove(captcha_file_path)
os.remove(captcha_file_path)
os.remove(bg_file)
return image_data
......
2008-11-11 fabien
* modify some scripts to be able to make a subscription using the new safi form
* typo
2008-11-03 fabien
* add an interaction to raise an error on subscription submission if an account already exists
......
444
\ No newline at end of file
445
\ No newline at end of file
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