mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix bug
This commit is contained in:
parent
f88c3ea03f
commit
361afe2ff1
|
|
@ -168,7 +168,7 @@ try:
|
|||
|
||||
for sendCnt in range(bwConfig.get("client", "sendTries", default="3")):
|
||||
bwClient.transmit(str(bwPacket))
|
||||
if bwClient.receive() == "[ack-]":
|
||||
if bwClient.receive() == "[ack]":
|
||||
logging.debug("ack ok")
|
||||
break
|
||||
sendDelay = bwConfig.get("client", "sendDelay", default="3")
|
||||
|
|
|
|||
Loading…
Reference in a new issue