Skip to content

Commit

Permalink
Fix wrong payload type
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwu666666 committed Jan 8, 2024
1 parent a3b7a4d commit bf456e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkbox-provider-ce-oem/bin/tcp_multi_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def client(host, start_port, end_port, payload, start_time, results):
- host (str): Server host.
- start_port (int): Starting port for the client.
- end_port (int): Ending port for the client.
- payload (str): Payload to send to the server.
- payload (int): Payload to send to the server.
- done_event (threading.Event): Event to single when the client is done.
- start_time (datetime): Time until which the client should run.
"""
Expand Down

0 comments on commit bf456e7

Please sign in to comment.