Commit c885f3b
examples: Fix wrong indentation in discover-loop.py
Running `examples/discover-loop.py` fails:
```
File "examples/discover-loop.py", line 59
c.disconnect()
^
IndentationError: expected an indented block after 'try' statement on line 58
```
Signed-off-by: Benjamin Drung <[email protected]>1 parent ecfba16 commit c885f3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments