quickfix: fix typo, remove unnecessary async

This commit is contained in:
Ilya Kreymer 2023-04-18 16:14:15 -07:00
parent a9c1c54194
commit 3f41498c5c

View File

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