- logger.info -> logger.log
- fix unshortenit kodi 19
This commit is contained in:
@@ -34,7 +34,7 @@ from platformcode import logger
|
||||
def printMatches(matches):
|
||||
i = 0
|
||||
for match in matches:
|
||||
logger.info("%d %s" % (i, match))
|
||||
logger.log("%d %s" % (i, match))
|
||||
i = i + 1
|
||||
|
||||
|
||||
@@ -446,7 +446,7 @@ def get_season_and_episode(title):
|
||||
except:
|
||||
pass
|
||||
|
||||
logger.info("'" + title + "' -> '" + filename + "'")
|
||||
logger.log("'" + title + "' -> '" + filename + "'")
|
||||
|
||||
return filename
|
||||
|
||||
|
||||
Reference in New Issue
Block a user