almost
This commit is contained in:
parent
bacde53401
commit
9d05d63355
|
@ -94,7 +94,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)
|
||||||
count()
|
updateTimer.singleShot(1,count)
|
||||||
|
|
||||||
# Create an app surface
|
# Create an app surface
|
||||||
app = QApplication([])
|
app = QApplication([])
|
||||||
|
|
Loading…
Reference in New Issue