Update systrayUpdater

This commit is contained in:
Eric Lay 2023-12-07 20:28:00 -06:00 committed by GitHub
parent f44b1daf69
commit dc9b629382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def infos(pkgString):
def update(): def update():
cmd = [ term, opt, 'sudo', 'pacman', '-Syu' ] cmd = [ term, opt, 'sudo', 'pacman', '-Syu' ]
subprocess.Popen(cmd) subprocess.Popen(cmd)
clear() count()
# Create an app surface # Create an app surface
app = QApplication([]) app = QApplication([])