def reset_cache(): if cache.reset_cache(): kodi.notify(msg=kodi.i18n('cache_reset')) else: kodi.notify(msg=kodi.i18n('cache_reset_failed'))
def reset_cache(): if cache.reset_cache(): kodi.notify(msg='Cache Reset') else: kodi.notify(msg='Cache Reset Failed')