X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=addon.py;h=712691684a57fe482145229083fe421fa30317ae;hb=9616c8fc595d3b3bf2fe379febeb2f498e8001d6;hp=9303b974e9c3dbdd34417d4f72efb665a5fa7d27;hpb=b0976bc1b439d881585d37a79e3ea60fbeefa306;p=plugin.video.netflix.git diff --git a/addon.py b/addon.py index 9303b97..7126916 100644 --- a/addon.py +++ b/addon.py @@ -50,4 +50,5 @@ kodi_helper.set_library(library=library) if __name__ == '__main__': # Call the router function and pass the plugin call parameters to it. # We use string slicing to trim the leading '?' from the plugin call paramstring + kodi_helper.log('started') navigation.router(paramstring=sys.argv[2][1:])