Remove desktop notification when update fails
We're already logging this and populating the "update_error" formatter, so this is redundant.
This commit is contained in:
parent
86f1248a85
commit
4c5466d2d6
@ -430,8 +430,6 @@ class Github(IntervalModule):
|
||||
if self.failed_update \
|
||||
else ''
|
||||
self.refresh_display()
|
||||
if self.failed_update:
|
||||
self.notify('Error occurred updating module. See log for details.')
|
||||
|
||||
@require(internet)
|
||||
def update_status(self):
|
||||
|
Loading…
Reference in New Issue
Block a user