Skip to content

Commit

Permalink
this better
Browse files Browse the repository at this point in the history
  • Loading branch information
yindaheng98 committed Apr 22, 2024
1 parent 763b9dd commit abd74bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion citation_crawler/crawlers/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def download_item(url: str, path: str, cache_days: int, is_valid: Callable
async with file_sem:
try:
async with async_open(save_path, 'r') as f:
logger.info("use cache: %s -> %s" % (path, url))
logger.debug("use cache: %s -> %s" % (path, url))
text = await f.read()
assert is_valid(text)
return text
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='citation_crawler',
version='2.9.4',
version='2.9.4.1',
author='yindaheng98',
author_email='[email protected]',
url='https://github.com/yindaheng98/citation-crawler',
Expand Down

0 comments on commit abd74bc

Please sign in to comment.