mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 02:36:38 +01:00
add client, config to input_supported
This commit is contained in:
@@ -26,7 +26,7 @@ class ImageInterrogator(DVMTaskInterface):
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
super().__init__(name, dvm_config, nip89config, admin_config, options)
|
||||
|
||||
def is_input_supported(self, tags):
|
||||
def is_input_supported(self, tags, client=None, dvm_config=None):
|
||||
hasurl = False
|
||||
for tag in tags:
|
||||
if tag.as_vec()[0] == 'i':
|
||||
|
||||
Reference in New Issue
Block a user