Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerBOSS2019 authored Jan 11, 2022
1 parent 67649e0 commit 429da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TouchPortalAPI/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def connectorUpdate(self, connectorId:str, connectorValue:int):
if 0 <= connectorValue <= 100:
self.send({
"type": "connectorUpdate",
"connectorId": f"pc_{self.pluginId}_{connectorId}",
"connectorId": f"pc_{self.pluginId}_{connectorId}_",
"value": str(connectorValue)
})
else:
Expand Down

0 comments on commit 429da22

Please sign in to comment.