minor improvement

This commit is contained in:
Miroslav Stampar 2011-11-21 17:39:18 +00:00
parent 65b2b0ad87
commit 4fa24ec704
3 changed files with 12 additions and 10 deletions

View file

@ -131,7 +131,7 @@ safUrl =
saFreq = 0
# Evaluate provided Python code before the request
# Example: import hashlib;id2=hashlib.md5(str(id)).hexdigest()
# Example: import hashlib;id2=hashlib.md5(id).hexdigest()
evalCode =