We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4b3e0 commit b1b16fdCopy full SHA for b1b16fd
googleapiclient/channel.py
@@ -67,7 +67,7 @@
67
68
Example of unsubscribing.
69
70
- service.channels().stop(channel.body())
+ service.channels().stop(channel.body()).execute()
71
"""
72
from __future__ import absolute_import
73
0 commit comments