add documentation
This commit is contained in:
parent
8e51024b2c
commit
f480cb3f12
@ -41,7 +41,7 @@ pytest
|
|||||||
```python
|
```python
|
||||||
from announce_server.announce import announce_server
|
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():
|
def your_function():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user