Skip to content

Commit 0ede461

Browse files
authored
Update deploy-software.md (#3972)
1 parent 37c6c8a commit 0ede461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manage/software/deploy-software.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Be sure to also implement logic to handle subsequent calls to the reconfigure me
8181

8282
For example, in Python, start your logic in <FILE>src/main.py</FILE>:
8383

84-
```python {class="line-numbers linkable-line-numbers" data-line="19-26"}
84+
```python {class="line-numbers linkable-line-numbers" data-line="20-28"}
8585
# Add these imports
8686
import asyncio
8787
from threading import Event

0 commit comments

Comments
 (0)