From 3f41498c5c0db9ab9e9d5c2ed677a884f76fbd4a Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 18 Apr 2023 16:14:15 -0700 Subject: [PATCH] quickfix: fix typo, remove unnecessary async --- backend/btrixcloud/crawlconfigs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/btrixcloud/crawlconfigs.py b/backend/btrixcloud/crawlconfigs.py index 8f3bfad5..49056dee 100644 --- a/backend/btrixcloud/crawlconfigs.py +++ b/backend/btrixcloud/crawlconfigs.py @@ -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