Skip to content

Commit

Permalink
fix: small context inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Archento committed Aug 30, 2024
1 parent a593e94 commit 4bcf5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ async def _process_message_queue(self):
message_received=MsgDigest(
message=message, schema_digest=schema_digest
),
protocol=self.get_message_protocol(schema_digest),
protocol=protocol_info,
)

# parse the received message
Expand Down

0 comments on commit 4bcf5e8

Please sign in to comment.