steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
546 stars 350 forks source link

Update provider.py #30

Closed tobiasvandriessel closed 9 years ago

tobiasvandriessel commented 9 years ago

There was this code snippet "HEAD = lambda _args, _kwargs: request(_args, method="POST", _kwargs)" that I thought wouldn't be logical, looking at the lines around it, because every variable repeats its name in the method parameter, except for the HEAD, which repeats POST.

Hope it helps you.

steeve commented 9 years ago

I'm way late, but good call!