We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a50188 commit 0322f5dCopy full SHA for 0322f5d
README.md
@@ -23,7 +23,7 @@ def msg(message):
23
print(message)
24
25
import rcon
26
-rcon_client = rcon.ARC("192.168.000.001", "MyPassword", 2302)
+rcon_client = rcon.ARC("192.168.0.1", "MyPassword", 2302)
27
rcon_client.add_Event("received_ServerMessage", msg)
28
29
```
0 commit comments