Skip to content

Commit 67c9920

Browse files
committed
fixing bug in crawl_citations method
1 parent 79bdd5d commit 67c9920

File tree

8 files changed

+0
-9
lines changed

8 files changed

+0
-9
lines changed
10.5 KB
Binary file not shown.
-12 Bytes
Binary file not shown.
Binary file not shown.
53.1 KB
Binary file not shown.

art/classes/review.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4150,15 +4150,6 @@ def crawl_citations(
41504150
the crawl results.
41514151
"""
41524152

4153-
result = self.results.crawl_citations(
4154-
use_api = use_api,
4155-
crawl_limit = crawl_limit,
4156-
depth_limit = depth_limit,
4157-
be_polite = be_polite,
4158-
rate_limit = rate_limit,
4159-
timeout = timeout,
4160-
add_to_results = add_to_results
4161-
) # type: ignore
41624153

41634154
self.format_citations()
41644155

Binary file not shown.
267 Bytes
Binary file not shown.
3.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)