quickfix: fix typo, remove unnecessary async
This commit is contained in:
parent
a9c1c54194
commit
3f41498c5c
@ -687,7 +687,7 @@ class CrawlConfigOps:
|
||||
crawlconfig.lastCrawlState = crawl_stats["last_crawl_state"]
|
||||
return crawlconfig
|
||||
|
||||
async def _add_curr_crawl_stats(self, crawlconfig, crawl):
|
||||
def _add_curr_crawl_stats(self, crawlconfig, crawl):
|
||||
"""Add stats from current running crawl, if any"""
|
||||
if not crawl:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user