def __init__(self):
xbmc.Monitor.__init__(self)
# Init settings
settings.init()
# This is the function that signals that the user just changed a setting.
# First default settings will be loaded, then we read the user-defined settings and
# overwrite these default settings if needed.
service.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录