def show_request_error_notify(self):
"""
Shows notification that a request error occured
:returns: bool - Dialog shown
"""
dlg = xbmcgui.Dialog()
dialog = dlg.notification(
heading=self.get_local_string(string_id=30051),
message=self.get_local_string(string_id=30052),
icon=xbmcgui.NOTIFICATION_ERROR,
time=self.notify_time)
return dialog
评论列表
文章目录