Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalfarman committed Nov 29, 2023
1 parent fbf378a commit fb34143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions course_discovery/apps/course_metadata/data_loaders/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ def _make_request(self, page):
def _process_response(self, response):
results = response['results']
logger.info('Retrieved %d course runs...', len(results))
logger.info('I am getting called daniyal/EDLY6132')

for key, value in results.items():
logger.info('I am Body Values {}: {}'.format(key, value))

for body in results:
course_run_id = body['id']
Expand Down

0 comments on commit fb34143

Please sign in to comment.