Skip to content

Commit

Permalink
updater: dont force metadata refresh (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
timlau committed Jun 24, 2024
1 parent 081f687 commit 3c1af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yumex/yumex_updater_systray
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ INDICATOR = Indicator()

def check_updates() -> None:
while True:
refresh_updates(True)
refresh_updates(False)
time.sleep(CONFIG.update_sync_interval)


Expand Down

0 comments on commit 3c1af62

Please sign in to comment.