Skip to content

Commit b9382a7

Browse files
committed
fix mns_service call
1 parent 2641a5f commit b9382a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mns_subscription/src/subscribe_mns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_subscription():
2525
)
2626

2727
logging.info("Creating MNS service...")
28-
mns = MnsService(authenticator, mns_env)
28+
mns = MnsService(authenticator)
2929

3030
logging.info("Subscribing to MNS...")
3131
result = mns.subscribe_notification()

0 commit comments

Comments
 (0)