Skip to content

Commit

Permalink
fixed default directions for example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkashkett committed Aug 12, 2021
1 parent b300850 commit a2da0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'calibrate': False,
'keep_data': False,
'sounds': True,
'directions':['left','right']}
'directions':['left','right','up','down','center']}

eyecommander = commander.EyeCommander(**params)

Expand Down

0 comments on commit a2da0e6

Please sign in to comment.