Skip to content

Commit

Permalink
Update winzent_base_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteUniOldenburg authored Mar 26, 2024
1 parent bf87431 commit 9765077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mango_library/negotiation/winzent/winzent_base_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ async def handle_internal_request(self, requirement):
"""
message = requirement.message
values = self.get_flexibility_for_interval(time_span=message.time_span, msg_type=message.msg_type)
print(message.time_span)
print(message.value)
print(values)
# for each value to negotiate about, check whether the request could be fulfilled internally completely.
Expand Down

0 comments on commit 9765077

Please sign in to comment.