Skip to content

Commit eb6a441

Browse files
committed
fix: api link command
1 parent bc36d99 commit eb6a441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

butter/mas/clients/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def assertLinkQuality(self, clientIp) -> Response:
8282
"""
8383
packet = PacketBuilder(self.ip, self.port, self.target, self.protocol) \
8484
.addCommand('network') \
85-
.addParameter('ping') \
85+
.addArgument('ping') \
8686
.addKeyValuePair('ip', clientIp) \
8787
.addKeyValuePair('timeout', self._timeout) \
8888
.build()

0 commit comments

Comments
 (0)