rename request function

This commit is contained in:
Believethehype
2023-12-03 13:57:41 +01:00
parent 4410be7239
commit 26dab119c3
13 changed files with 14 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ class DVMTaskInterface:
"""Check if input is supported for current Task."""
pass
def create_request_form_from_nostr_event(self, event, client=None, dvm_config=None) -> dict:
def create_request_from_nostr_event(self, event, client=None, dvm_config=None) -> dict:
"""Parse input into a request form that will be given to the process method"""
pass