On Nov 28, 4:28 pm, Stef Mientki <[email protected]> wrote:
> But from the book I understood that if you want functions ( controllers) with 
> parameters,
> you have to use services.

Not all all:

I think you simply want this:

def Set_Page()
   Book, Chapter, Paragraph =  request.args[:3]
   return 'check'

services are for function to be called by programs, not by the
browsers.

Reply via email to