Closed alexling0722 closed 8 years ago
Does the commented code:
if download_status.status == 'Completed': break
at line 434 from https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v9/ReportRequests.py still valid? I noticed there not a such status called "Completed". It seems like it is called "Success" now.
Thanks for catching this! Have updated the sample code.
Does the commented code:
if download_status.status == 'Completed': break
at line 434 from https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v9/ReportRequests.py still valid? I noticed there not a such status called "Completed". It seems like it is called "Success" now.