Skip to content

Commit 6e08065

Browse files
committed
updated module name in example
1 parent 5487445 commit 6e08065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/api_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import binascii
77
import asyncio
88
import time
9-
import rcon
9+
import bec_rcon
1010
#Author: Yoshi_E
1111
#Date: 2019.06.14
1212
#https://www.battleye.com/downloads/BERConProtocol.txt
@@ -59,7 +59,7 @@ async def main():
5959
pw = "Password" #Your Rcon Password
6060
port = 3302 #Rcon Port
6161

62-
arma_rcon = rcon.ARC(ip, pw, port)
62+
arma_rcon = bec_rcon.ARC(ip, pw, port)
6363
arma_rcon.add_Event("received_ServerMessage", msg)
6464
arma_rcon.add_Event("on_disconnect", disco)
6565

0 commit comments

Comments
 (0)