Skip to content

Commit

Permalink
experiment: small documentation note
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjrs committed Dec 29, 2020
1 parent c2aa4da commit 93125f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flyvr/control/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def is_stopped(self):
@property
def configured_playlist_items(self):
"""
returns the configured playlist item identifiers for every backend
returns a list of the configured playlist item identifiers for every backend. the list is in
the same order as defined in the playlist yaml.
"""
return dict(self._playlist)

Expand Down

0 comments on commit 93125f1

Please sign in to comment.