Skip to content

Commit

Permalink
Log handle used with plugin invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Dec 13, 2024
1 parent 1bc5a3c commit f100618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/lib/youtube_plugin/kodion/plugin_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit f100618

Please sign in to comment.