diff --git a/systrayUpdater b/systrayUpdater index 2305b2b..99476d9 100755 --- a/systrayUpdater +++ b/systrayUpdater @@ -64,7 +64,7 @@ def infos(pkgString): def update(): cmd = [ term, opt, 'sudo', 'pacman', '-Syu' ] subprocess.Popen(cmd) - clear() + count() # Create an app surface app = QApplication([])