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 306b469 commit 7106b83Copy full SHA for 7106b83
mns_subscription/src/unsubscribe_mns.py
@@ -11,4 +11,4 @@ def run_unsubscribe():
11
if __name__ == "__main__":
12
logging.basicConfig(level=logging.INFO)
13
result = run_unsubscribe()
14
- logging.debug("Subscription Result:", result)
+ logging.debug(f"Subscription Result: {result}")
0 commit comments