From d3a93a14e9977b1b64e91e5353ae3dd822c012eb Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Mon, 1 Dec 2014 12:36:12 +0200 Subject: [PATCH] Updated comment --- plugin.video.example/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.example/default.py b/plugin.video.example/default.py index 22b16b7..e18059b 100644 --- a/plugin.video.example/default.py +++ b/plugin.video.example/default.py @@ -43,7 +43,7 @@ def get_params(): Parse parameters string received as sys.argv[2] list item. :return: list """ - # Remove ? character from the paramstring. + # Remove the starting '?' character from the paramstring. paramstring = sys.argv[2].replace('?', '') if paramstring: # if a paramstring present, parse it to the list of tuples (parameter, value)