Skip to content

Commit

Permalink
naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Dec 3, 2022
1 parent 1c75267 commit c698288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThumbParamsOSC.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def handle_input():
oscClient.send_message(config["ParametersInt"]["LeftThumb"][0], int(_leftthumb))
if config["ParametersInt"]["RightThumb"][1]:
_rightthumb = _strinputs[4:].rfind("1") + 1
_debugoutput += f"LeftThumb:\t\t{_rightthumb}\n"
_debugoutput += f"RightThumb:\t\t{_rightthumb}\n"
oscClient.send_message(config["ParametersInt"]["RightThumb"][0], int(_rightthumb))

if config["SendFloats"]:
Expand Down

0 comments on commit c698288

Please sign in to comment.