Don't use parameter labels when calling __for_each_task_set_status().

They make the call harder to read and cause it to wrap lines.
This commit is contained in:
auouymous 2023-01-12 00:26:03 -07:00
parent bdecd607c1
commit 9b7d53f9b2
1 changed files with 1 additions and 2 deletions

View File

@ -1660,8 +1660,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
restart_timer = self.stop_download_list_update_timer()
self.download_queue_manager.disable()
self.__for_each_task_set_status(tasks, status, force_start=force_start, progress_indicator=progress_indicator,
restart_timer=restart_timer)
self.__for_each_task_set_status(tasks, status, force_start, progress_indicator, restart_timer)
self.download_queue_manager.enable()
if progress_indicator: