mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
Log handle used with plugin invocations
This commit is contained in:
parent
1bc5a3c118
commit
f10061861e
1 changed files with 2 additions and 0 deletions
|
|
@ -56,11 +56,13 @@ def run(context=_context,
|
|||
context.log_notice('Plugin: Running v{version}'
|
||||
'\n\tKodi: v{kodi}'
|
||||
'\n\tPython: v{python}'
|
||||
'\n\tHandle: {handle}'
|
||||
'\n\tPath: |{path}|'
|
||||
'\n\tParams: |{params}|'
|
||||
.format(version=context.get_version(),
|
||||
kodi=str(system_version),
|
||||
python=system_version.get_python_version(),
|
||||
handle=context.get_handle(),
|
||||
path=context.get_path(),
|
||||
params=params))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue