Skip to content

Commit

Permalink
Update fonctions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smanar authored Apr 6, 2019
1 parent a37d33e commit fbfd0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fonctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ def ReturnUpdateValue(command,val,model = None):
if buffercommand.get('power'):
p = buffercommand['power']
buffercommand.clear()
kwarg['nValue'] = 0
kwarg['sValue'] = str(p) + ';' + str(kwh)
kwarg['nValue'] = 0
kwarg['sValue'] = str(p) + ';' + str(kwh)

if command == 'power':
buffercommand['power'] = val
Expand Down

0 comments on commit fbfd0c6

Please sign in to comment.