This commit is contained in:
airclay 2021-09-04 21:19:33 -05:00
parent e39ed37766
commit 605ac63691
1 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ menu.addAction(option1)
timer = QTimer()
timer.timeout.connect(newText)
# Download pkg's to cache on timeout
if cache == True:
timer.timeout.connect(cacheUpdates)
timer.start(wait)