X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=blobdiff_plain;f=addon.py;h=9e7a68af2dab0dd3f08fa422c16d189101a09af2;hp=4549bf9ec3e8b9bcb8114e04b6c7a297f07f91f4;hb=885d0084883d67d0c9a58669baebb25f097b47dc;hpb=2b1c5fa796929d522c9b9c366d8e01423b15121c diff --git a/addon.py b/addon.py index 4549bf9..9e7a68a 100644 --- a/addon.py +++ b/addon.py @@ -33,5 +33,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') + kodi_helper.log('Started (Version ' + kodi_helper.version + ')') navigation.router(paramstring=sys.argv[2][1:])