Actually, this is not really a cron question :) The question is rather if you can specify arguments to controllers when invoked on the command line - if you can do that in the command line (I have no idea if that's possible), you will probably be able to do it in cron, too.
On Dec 1, 10:50 am, Angelo Compagnucci <[email protected]> wrote: > Hi List! > > I have a question about cron! > > In a controller, I use request.args[int] to get the current argument, > so I have a link in this form application/controller/argument . > > Can I call or execute this controller with argument? Or the controlle > could be called without arguments? > > Is there a way to call a controlle with arguments? > > Thanks in advance! -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

