On Sat, Dec 22, 2012 at 3:57 AM, Mike D <mike.dic...@gmail.com> wrote:

> s = methods[method](**params)


I guess it should be

s = methods[method](*args, **params)

to be more flexible

-- 



Reply via email to