aboutsummaryrefslogtreecommitdiff
path: root/google/api_core/bidi.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/api_core/bidi.py')
-rw-r--r--google/api_core/bidi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/google/api_core/bidi.py b/google/api_core/bidi.py
index 56a021a..4b4963f 100644
--- a/google/api_core/bidi.py
+++ b/google/api_core/bidi.py
@@ -727,7 +727,7 @@ class BackgroundConsumer(object):
"""Resumes the response stream."""
with self._wake:
self._paused = False
- self._wake.notifyAll()
+ self._wake.notify_all()
@property
def is_paused(self):