Skip to content

Commit 5a4fd78

Browse files
committed
comment formatting
1 parent 57c4bd4 commit 5a4fd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atakcots/CotServer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def push_cot(
105105
data_package_path = create_data_package(cot_config, self._data_package_dir)
106106
self._cot_dp_paths[cot_config] = data_package_path
107107

108-
# Compose message
108+
# compose message
109109
data_package_path = self._cot_dp_paths[cot_config]
110110
message = compose_message(
111111
cot_config,
@@ -114,7 +114,7 @@ def push_cot(
114114
data_package_path
115115
)
116116

117-
# Send message
117+
# send message
118118
with SocketConnection(client_address, client_port, self._timeout) as socket_connection:
119119
socket_connection.send(message)
120120

0 commit comments

Comments
 (0)