fix typo
This commit is contained in:
parent
83cf85988b
commit
b622d418b9
@ -141,7 +141,7 @@ try:
|
||||
if value_energyImportExport > 0:
|
||||
drawred.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0)
|
||||
else:
|
||||
drawblack.text((150, 30), str(value_energyImportExport) * " W", font = font10, fill = 0)
|
||||
drawblack.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0)
|
||||
#drawblack.rectangle((150, 45, 220, 50), fill = 255)
|
||||
drawblack.text((150, 45), str(value_houseBatterySoC), font = font10, fill = 0)
|
||||
#drawblack.rectangle((150, 60, 220, 50), fill = 255)
|
||||
|
Loading…
Reference in New Issue
Block a user