This commit is contained in:
Colin Goutte 2021-10-11 16:35:04 +02:00
parent 8fd151b23a
commit 38fa22477a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ 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], '->', state[2]
return state[0].split("#", 1)[1], state[1], "->", state[2]
def list_channels(p, c):