Fix log message

This commit is contained in:
Daoud Clarke 2022-06-30 20:42:37 +01:00
parent e9835edc45
commit b6f29548db

View file

@ -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 = [