diff options
Diffstat (limited to 'examples/py-flow-info/flow-info.py')
-rwxr-xr-x | examples/py-flow-info/flow-info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/py-flow-info/flow-info.py b/examples/py-flow-info/flow-info.py index 27ae2e626..77eb70c15 100755 --- a/examples/py-flow-info/flow-info.py +++ b/examples/py-flow-info/flow-info.py @@ -22,8 +22,8 @@ def parse_json_str(json_str): event_str = 'Idle flow' elif event == 'detected': event_str = 'Detected' - elif event == 'detected-extra': - event_str = 'Detected Extra' + elif event == 'detection-update': + event_str = 'Update' elif event == 'guessed': event_str = 'Guessed' elif event == 'not-detected': |