wip
This commit is contained in:
parent
68f03eabbc
commit
588c3bf1db
|
@ -199,7 +199,7 @@ def post_sonde_data(
|
|||
html = res.body.decode("utf-8")
|
||||
from papi.mail_sendermodel import sendmail
|
||||
|
||||
cond = True
|
||||
cond = False
|
||||
if cond:
|
||||
sendmail(html)
|
||||
return {
|
||||
|
|
|
@ -56,7 +56,8 @@ def compare(channels, previous, current):
|
|||
|
||||
def clean_state(state):
|
||||
# Ote l'identifiant en début de chaine
|
||||
return state[0].split("#", 1)[1], *state[1:]
|
||||
|
||||
return state[0].split("#", 1)[1], state[1], '->', state[2]
|
||||
|
||||
|
||||
def list_channels(p, c):
|
||||
|
|
Loading…
Reference in New Issue