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 d8fb5df commit 0d0fabcCopy full SHA for 0d0fabc
examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v12/auth_helper.py
@@ -30,10 +30,10 @@
30
31
def authenticate(authorization_data):
32
33
- import logging
34
- logging.basicConfig(level=logging.INFO)
35
- logging.getLogger('suds.client').setLevel(logging.DEBUG)
36
- logging.getLogger('suds.transport.http').setLevel(logging.DEBUG)
+ # import logging
+ # logging.basicConfig(level=logging.INFO)
+ # logging.getLogger('suds.client').setLevel(logging.DEBUG)
+ # logging.getLogger('suds.transport.http').setLevel(logging.DEBUG)
37
38
customer_service=ServiceClient(
39
'CustomerManagementService',
0 commit comments