parse parameters in generic dvm and add to options

This commit is contained in:
Believethehype 2024-09-30 13:02:47 +02:00
parent 3f5cf7efac
commit fdd08c058f

View File

@ -48,6 +48,8 @@ class GenericDVM(DVMTaskInterface):
elif tag.as_vec()[0] == 'param':
if tag.as_vec()[1] == 'user':
user = tag.as_vec()[2]
else:
self.options[tag.as_vec()[1]] = tag.as_vec()[2]
request_form = {"jobID": event.id().to_hex()}