mirror of
https://github.com/sakaljurgis/plugin.video.sklk.git
synced 2026-07-08 22:17:43 +00:00
Updated comment
This commit is contained in:
committed by
Roman Miroshnychenko (Work)
parent
0124a5ed0d
commit
d3a93a14e9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user