2021-08-15, 17:03
Hey, the "Service Add-ons" page on the wiki (https://kodi.wiki/view/Service_add-ons) uses
Cheers!
in the example. This gives an error on Kodi 19 (Matrix). I believe this should be updated to usepython:xbmc.log("hello addon! %s" % time.time(), level=xbmc.LOGNOTICE)
instead, or could at least use a note pointing out that LOGNOTICE is deprecated.python:xbmc.log("hello addon! %s" % time.time(), level=xbmc.LOGINFO)
Cheers!