Skip to content

Commit 0d0fabc

Browse files
author
Eric Urban
committed
reportfilereader sample
1 parent d8fb5df commit 0d0fabc

File tree

1 file changed

+4
-4
lines changed
  • examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v12

1 file changed

+4
-4
lines changed

examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v12/auth_helper.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
def authenticate(authorization_data):
3232

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)
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)
3737

3838
customer_service=ServiceClient(
3939
'CustomerManagementService',

0 commit comments

Comments
 (0)