Skip to content

Commit

Permalink
FF: Don't set component params in backend extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Nov 23, 2023
1 parent 34d91d0 commit daf97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy_labhackers/components/millikey.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def getPorts():
"Serial port to connect to"
)
)
self.params['millikeyNButtons'] = Param(
params['millikeyNButtons'] = Param(
8, valType="code", inputType="single", categ="Device",
label=_translate("Num. buttons"),
hint=_translate(
Expand Down

0 comments on commit daf97ad

Please sign in to comment.