mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
Add missing log keyword arg.
This commit is contained in:
parent
71a7898ee6
commit
931ca4f402
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class SignalLogger (_Logger):
|
|||
"""Emit URL data which gets logged in the main window."""
|
||||
self.log_url_signal.emit(url_data)
|
||||
|
||||
def end_output (self, downloaded_bytes=None):
|
||||
def end_output (self, downloaded_bytes=None, num_urls=None):
|
||||
"""Emit statistic data which gets logged in the main window."""
|
||||
self.stats.downloaded_bytes = downloaded_bytes
|
||||
self.log_stats_signal.emit(self.stats)
|
||||
|
|
|
|||
Loading…
Reference in a new issue