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: