getvalues() fix

This commit is contained in:
2022-11-28 15:31:42 -05:00
parent f6e783b9b5
commit 8cd3467c04

View File

@@ -51,7 +51,7 @@ def run():
proc.kill()
client = connect_mqtt()
client.loop_start()
client.getValues()
getValues()