Skip to content

Commit

Permalink
fix for "inputs" not exists in vdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Detanup01 authored Sep 15, 2024
1 parent 0dcafc5 commit f7fe813
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
}

def add_input_bindings(group, bindings, force_binding=None, keymap=keymap_digital):
if "inputs" not in group:
return bindings
for i in group["inputs"]:
for act in group["inputs"][i]:
for fp in group["inputs"][i][act]:
Expand Down

0 comments on commit f7fe813

Please sign in to comment.