X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=blobdiff_plain;f=addon.py;h=9e7a68af2dab0dd3f08fa422c16d189101a09af2;hp=4549bf9ec3e8b9bcb8114e04b6c7a297f07f91f4;hb=8ba617cc3e63a64aabd1eb98aebafcff85f540db;hpb=69bafa3b4cb738c563f3cc8f7affe7b4fa8e91ea 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:])