We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc36d99 commit eb6a441Copy full SHA for eb6a441
1 file changed
butter/mas/clients/client.py
@@ -82,7 +82,7 @@ def assertLinkQuality(self, clientIp) -> Response:
82
"""
83
packet = PacketBuilder(self.ip, self.port, self.target, self.protocol) \
84
.addCommand('network') \
85
- .addParameter('ping') \
+ .addArgument('ping') \
86
.addKeyValuePair('ip', clientIp) \
87
.addKeyValuePair('timeout', self._timeout) \
88
.build()
0 commit comments