Fix log message
This commit is contained in:
parent
e9835edc45
commit
b6f29548db
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class URLDatabase:
|
|||
urls_to_insert = new_urls | locked_urls
|
||||
|
||||
if len(urls_to_insert) != len(input_urls):
|
||||
print(f"Only got {len(locked_urls)} instead of {len(input_urls)} - {len(new_urls)} new")
|
||||
print(f"Only got {len(urls_to_insert)} instead of {len(input_urls)} - {len(new_urls)} new")
|
||||
|
||||
sorted_urls = sorted(found_urls, key=lambda x: x.url)
|
||||
data = [
|
||||
|
|
Loading…
Add table
Reference in a new issue