Skip to content

Commit

Permalink
Update src/tribler/gui/widgets/downloadspage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Kozlovsky <[email protected]>
  • Loading branch information
heldersepu and kozlovsky authored May 15, 2024
1 parent 2e09d86 commit a55addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/gui/widgets/downloadspage.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def on_export_download_request_done(self, filename, data):
tr("Torrent file exported"), tr("Torrent file exported to %s") % str(dest_path)
)

def show_all_headers(self):
def show_all_headers(self, _=None):
for i in range(self.window().downloads_list.header().count()):
self.window().downloads_list.header().showSection(i)

Expand Down

0 comments on commit a55addc

Please sign in to comment.