Skip to content

Commit

Permalink
fix: Revert to PyChromecast 6 until we can figure out what to do about 7
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Jul 1, 2020
1 parent 09140bb commit 1a4523a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catt/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, app_name, app_id, supported_device_types):


def get_chromecasts():
devices, _browser = pychromecast.get_chromecasts()
devices = pychromecast.get_chromecasts()
devices.sort(key=lambda cc: cc.name)
return devices

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

requirements = [
"youtube-dl>=2020.6.6",
"PyChromecast>=7.0.0",
"PyChromecast~=6.0",
"Click>=7.1.2",
"ifaddr>=0.1.7",
"requests>=2.23.0",
Expand Down

0 comments on commit 1a4523a

Please sign in to comment.