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 2641a5f commit b9382a7Copy full SHA for b9382a7
mns_subscription/src/subscribe_mns.py
@@ -25,7 +25,7 @@ def run_subscription():
25
)
26
27
logging.info("Creating MNS service...")
28
- mns = MnsService(authenticator, mns_env)
+ mns = MnsService(authenticator)
29
30
logging.info("Subscribing to MNS...")
31
result = mns.subscribe_notification()
0 commit comments