Files
DevOps/Kodi/Lenovo/addons/metadata.movies.thetvdb.com.v4.python/thetvdb.py

6 lines
132 B
Python

from resources.lib import actions
from resources.lib.exception_logger import log_exception
with log_exception():
actions.run()