mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 10:34:42 +00:00
Fix debug setting.
This commit is contained in:
parent
885ce223a4
commit
cd1984a25f
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ Version 2 or later.</p>
|
|||
self.config["verbose"] = self.options.verbose.isChecked()
|
||||
self.config["timeout"] = self.options.timeout.value()
|
||||
self.config["threads"] = self.options.threads.value()
|
||||
if self.options.debug:
|
||||
if self.options.debug.isChecked():
|
||||
self.config.set_debug(["all"])
|
||||
# make sure at least one thread is used
|
||||
self.config["threads"] = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue