add documentation

This commit is contained in:
Michael Pilosov 2023-03-19 17:16:47 -06:00
parent 6e15861ba6
commit 0aa76cd98c

View File

@ -42,7 +42,7 @@ pytest
```python
from announce_server.announce import announce_server
@announce_server(name="server_name", ip="server_ip", port=8000, host_ip="host_server_ip", host_port=5000)
@announce_server(name="server_name", ip="server_ip", port=8000, host_ip="host_server_ip", host_port=5000, retry_interval=5)
def your_function():
pass