add documentation
This commit is contained in:
parent
6e15861ba6
commit
0aa76cd98c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user