Skip to content

Commit aef8660

Browse files
committed
fix typo in api.py
1 parent 6576099 commit aef8660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def invocations(self, req: InvocationsRequest):
761761
shared.reload_hypernetworks()
762762

763763
if req.options != None:
764-
options = json.lods(req.options)
764+
options = json.loads(req.options)
765765
for key in options:
766766
shared.opts.data[key] = options[key]
767767

0 commit comments

Comments
 (0)