Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python versions and CI system #26

Merged
merged 12 commits into from
May 26, 2024
Prev Previous commit
Next Next commit
Fix issue for tests
andrewsayre committed May 25, 2024
commit 6f435b72119889392206c93833436cd3c4c0f569
2 changes: 1 addition & 1 deletion pyheos/player.py
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ def __init__(self, heos, data: Optional[dict] = None):

def __str__(self):
"""Get a user-readable representation of the player."""
return f"{{{self._name} ({self._model}))}}"
return f"{{{self._name} ({self._model})}}"

def __repr__(self):
"""Get a debug representation of the player."""
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
log_level=DEBUG
testpaths = tests
norecursedirs = .git
timeout = 30
timeout = 60