From f172060c3666a4be9022f06e0be5554edaf623a9 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:35:43 +0200 Subject: [PATCH] Update content_discovery_currently_latest_longform.py --- nostr_dvm/tasks/content_discovery_currently_latest_longform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/tasks/content_discovery_currently_latest_longform.py b/nostr_dvm/tasks/content_discovery_currently_latest_longform.py index dd0c750..3934fa9 100644 --- a/nostr_dvm/tasks/content_discovery_currently_latest_longform.py +++ b/nostr_dvm/tasks/content_discovery_currently_latest_longform.py @@ -165,7 +165,7 @@ class DicoverContentLatestLongForm(DVMTaskInterface): if self.dvm_config.UPDATE_DATABASE: await self.sync_db() self.last_schedule = Timestamp.now().as_secs() - self.result = self.calculate_result(self.request_form) + self.result = await self.calculate_result(self.request_form) return 1 async def sync_db(self):