Il 30/08/2012 12:09, Manuele Pesenti ha scritto:
and these are the two incriminated code lines:51 f_max = db.plugin_lookout_connections.id.max() 52 id_max = db().select(f_max).first()[f_max] or 0
the problem is by-passed using the following one instead of the line 52
id_max = db(db.plugin_lookout_connections).select(f_max).first()[f_max] or 0
M.
--

