Skip to content

Commit

Permalink
edits to create historical pt script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Doherty committed Jun 15, 2018
1 parent c069e2a commit 8c44290
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion python_accept_historical_powertrack_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def make_request(job_endpoint):
except urllib.request.HTTPError as error:
print("ERROR: %s" % error)

# Make the Request by Passing in Job Endpoint
# Make the Request
make_request(job_endpoint)
2 changes: 1 addition & 1 deletion python_check_status_historical_powertrack_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def make_request(job_endpoint):
except urllib.request.HTTPError as error:
print("ERROR: %s" % error)

# Make the Request by Passing in Job Endpoint
# Make the Request
make_request(job_endpoint)

0 comments on commit 8c44290

Please sign in to comment.