We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c4bd4 commit 5a4fd78Copy full SHA for 5a4fd78
src/atakcots/CotServer.py
@@ -105,7 +105,7 @@ def push_cot(
105
data_package_path = create_data_package(cot_config, self._data_package_dir)
106
self._cot_dp_paths[cot_config] = data_package_path
107
108
- # Compose message
+ # compose message
109
data_package_path = self._cot_dp_paths[cot_config]
110
message = compose_message(
111
cot_config,
@@ -114,7 +114,7 @@ def push_cot(
114
data_package_path
115
)
116
117
- # Send message
+ # send message
118
with SocketConnection(client_address, client_port, self._timeout) as socket_connection:
119
socket_connection.send(message)
120
0 commit comments