From 4c5466d2d6af41fd84b0a8bdc56f95e27a6a281b Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 19 Oct 2016 21:37:03 -0500 Subject: [PATCH] Remove desktop notification when update fails We're already logging this and populating the "update_error" formatter, so this is redundant. --- i3pystatus/github.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/i3pystatus/github.py b/i3pystatus/github.py index a876aae..d786146 100644 --- a/i3pystatus/github.py +++ b/i3pystatus/github.py @@ -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):