Skip to content

Commit

Permalink
comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs committed Aug 2, 2024
1 parent 57c4bd4 commit 5a4fd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atakcots/CotServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def push_cot(
data_package_path = create_data_package(cot_config, self._data_package_dir)
self._cot_dp_paths[cot_config] = data_package_path

# Compose message
# compose message
data_package_path = self._cot_dp_paths[cot_config]
message = compose_message(
cot_config,
Expand All @@ -114,7 +114,7 @@ def push_cot(
data_package_path
)

# Send message
# send message
with SocketConnection(client_address, client_port, self._timeout) as socket_connection:
socket_connection.send(message)

Expand Down

0 comments on commit 5a4fd78

Please sign in to comment.