Commit 0cdf409
Fix Python sample event type comparison
event.type is a SessionEventType enum, not a string - use .value for comparison
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9b6fbd8 commit 0cdf409
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments