From a39797f62a26282fdf6ae3bf298488ed5aac7725 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Fri, 12 Jan 2024 14:55:53 +0100 Subject: [PATCH] Update textextraction_google.py --- nostr_dvm/tasks/textextraction_google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/tasks/textextraction_google.py b/nostr_dvm/tasks/textextraction_google.py index 54a0a69..3a7d649 100644 --- a/nostr_dvm/tasks/textextraction_google.py +++ b/nostr_dvm/tasks/textextraction_google.py @@ -31,7 +31,7 @@ class SpeechToTextGoogle(DVMTaskInterface): dvm_config.SCRIPT = os.path.abspath(__file__) super().__init__(name, dvm_config, nip89config, admin_config, options) if options is None: - options = {} + self.options = {} def is_input_supported(self, tags, client=None, dvm_config=None): for tag in tags: