Skip to content

Commit

Permalink
added print statements for listJobs request
Browse files Browse the repository at this point in the history
  • Loading branch information
grallewellyn committed Aug 22, 2024
1 parent 3d8bb11 commit d7e88c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maap/maap.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ def listJobs(self, username=None, page_size=None, offset=None):
logger.debug('GET request sent to {}'.format(url))
logger.debug('headers:')
logger.debug(headers)
print("graceal1 making a request in listJobs to")
print(url)
print(headers)
print(params)
response = requests.get(
url=url,
headers=headers,
Expand Down

0 comments on commit d7e88c1

Please sign in to comment.