Skip to content

Commit

Permalink
Update movie_domain.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoB0 authored Sep 13, 2023
1 parent a77a49c commit f8316de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moviebot/domain/movie_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def __init__(self, config_file: str) -> None:
self.multiple_values_CIN = []

for slot, properties in self._config.get("slot_names").items():
print(slot, properties)
if "system_requestable" in properties:
self.agent_requestable.append(slot)
if "user_requestable" in properties:
Expand Down

0 comments on commit f8316de

Please sign in to comment.