fixed missing comma
This commit is contained in:
@@ -42,11 +42,11 @@ def instant( client, data, cfg ):
|
||||
return ( cfg.mqttPower, msg )
|
||||
|
||||
#===========================================================================
|
||||
def price( client,data, cfg ):
|
||||
def price( client, data, cfg ):
|
||||
msg = {
|
||||
"time" : data.TimeUnix,
|
||||
"price" : data.Price
|
||||
"tier" : data.Tier
|
||||
"price" : data.Price,
|
||||
"tier" : data.Tier,
|
||||
}
|
||||
return ( cfg.mqttPrice, msg )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user