From 9b7d53f9b24e29d2cf7326d8d566d81bbed5d0e8 Mon Sep 17 00:00:00 2001 From: auouymous Date: Thu, 12 Jan 2023 00:26:03 -0700 Subject: [PATCH] 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. --- src/gpodder/gtkui/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gpodder/gtkui/main.py b/src/gpodder/gtkui/main.py index c6c4cca4..f24b239c 100644 --- a/src/gpodder/gtkui/main.py +++ b/src/gpodder/gtkui/main.py @@ -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: