mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
Fix GUI status logging method name
This commit is contained in:
parent
e7c7f74546
commit
4b0956e574
1 changed files with 1 additions and 1 deletions
|
|
@ -62,5 +62,5 @@ class StatusLogger (object):
|
|||
def __init__ (self, widget):
|
||||
self.widget = widget
|
||||
|
||||
def print_status (self, checked, in_progress, queued, duration):
|
||||
def log_status (self, checked, in_progress, queued, duration):
|
||||
self.widget.emit(QtCore.SIGNAL("log_url(int,int,int,float)"), checked, in_progress, queued, duration)
|
||||
|
|
|
|||
Loading…
Reference in a new issue