Two comments:

(1) Line 616 in gluon/tools: what is the following line for?

self.comment = ''


Maybe there should be an additional formal parameter of Recaptcha.__init__

options = '',
comment = ''
):


and line 666 should be

self.comment = comment



(2) I think, there should be an additional line after this line in def
__init__ in class Recaptcha in file /gluon/tools

self.comment = comment
self.options = options


Without this line, self.options does not get any value.
Regard, Martin

Reply via email to