Correcciones setting y powvideo

This commit is contained in:
pipcat
2018-07-05 16:26:07 +02:00
parent 3f27e1f227
commit 2523dc6d84
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ def get_addon_version(linea_inicio=0, total_lineas=2):
'''
Devuelve el número de de versión del addon, obtenido desde el archivo addon.xml
'''
return __settings__.getAddonInfo('version')
path = os.path.join(get_runtime_path(), "addon.xml")
f = open(path, "rb")
data = []