archpkgs/python-pychromecast6/is_alive.patch
Gabriel Ebner 77474f758f git subrepo clone --branch=master https://aur.archlinux.org/python-pychromecast6
subrepo:
  subdir:   "python-pychromecast6"
  merged:   "c167052"
upstream:
  origin:   "https://aur.archlinux.org/python-pychromecast6"
  branch:   "master"
  commit:   "c167052"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2021-01-05 16:34:41 +01:00

11 lines
443 B
Diff

--- pychromecast/__init__.py 2020-06-28 00:58:09.000000000 -0700
+++ - 2020-12-07 09:21:51.082051341 -0800
@@ -443,7 +443,7 @@
operation in seconds (or fractions thereof). Or None
to block forever.
"""
- if not self.socket_client.isAlive():
+ if not self.socket_client.is_alive():
self.socket_client.start()
self.status_event.wait(timeout=timeout)