Skip to content

Commit d44fd40

Browse files
committed
Remove erroneous 'g' from end of line
1 parent c63ffa1 commit d44fd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/growatt_mqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def publish_data(datastore, interval):
9999
client.publish("home/solar/AC/energy/today", datastore.getValues(4, inputRegisters["Eac_today"], 1)[0] / 10,
100100
retain=True)
101101
client.publish("home/solar/AC/energy/total", datastore.getValues(4, inputRegisters["Eac_total"], 1)[0] / 10,
102-
retain=True)g
102+
retain=True)
103103

104104
client.disconnect()
105105
client.loop_stop()

0 commit comments

Comments
 (0)