Commit 3c3caf2
committed
Fix the example: Add required server_id
Otherwise this happens:
```
Traceback (most recent call last):
File "./test.py", line 6, in <module>
stream = BinLogStreamReader(connection_settings = mysql_settings)
TypeError: __init__() missing 1 required positional argument: 'server_id'
```1 parent 2dea748 commit 3c3caf2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments