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 5487445 commit 6e08065Copy full SHA for 6e08065
example/api_example.py
@@ -6,7 +6,7 @@
6
import binascii
7
import asyncio
8
import time
9
-import rcon
+import bec_rcon
10
#Author: Yoshi_E
11
#Date: 2019.06.14
12
#https://www.battleye.com/downloads/BERConProtocol.txt
@@ -59,7 +59,7 @@ async def main():
59
pw = "Password" #Your Rcon Password
60
port = 3302 #Rcon Port
61
62
- arma_rcon = rcon.ARC(ip, pw, port)
+ arma_rcon = bec_rcon.ARC(ip, pw, port)
63
arma_rcon.add_Event("received_ServerMessage", msg)
64
arma_rcon.add_Event("on_disconnect", disco)
65
0 commit comments