From 8c442909f9b5b11c263cd560fd513dcd5624e445 Mon Sep 17 00:00:00 2001 From: Kevin Doherty Date: Fri, 15 Jun 2018 15:11:14 -0400 Subject: [PATCH] edits to create historical pt script --- .DS_Store | Bin 8196 -> 0 bytes python_accept_historical_powertrack_sample.py | 2 +- ..._check_status_historical_powertrack_sample.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 072a9ab44d6e16a127fafadb3c7727349f36db59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMU2GIp6h7a!r87*VQ$$;ICoHs;La;4Dv_!z|wiVj~McUFWYGHS0Y$r~4)}7fc z1*0|bN!0M9(P)VJ;@_ji=#$YGi6#bYOeDPcg8HBjm?()c@!Yx7rax34Obn5^$-QUp z`MKxbZ@!tkcb15dDw*4f>WN6Z``8`{3Y|n3NyM$OpW!0)`MP03Fw-~*Bz55RwJf`a< z&pK>58Q(5jT^Zl5q?OyquLc?flqq+4k(LV-4mr6ILy@ zsp@P^{rWrZj2p&EuIW#cc@fP032bjS* ze1uQ&H7?*HzQJW&!4LQmKjA9=h*3X}wo# zSDEyBrL^9!?NON9`YLHPv<_9(Np?2JyH!QUKQi`j`Ffr%()aW;U8QUEC#tX-bx5EY zEocuonnEYKaS;7@7>6;4$1uul%^(K{6L3*r#-74ccpA^(S!V3%fU#%rDqh3uc!Qby z4&KFk^UVDipWt(Rg$qk~+P9dexU`U`<$+?}ar0xWo8$Fj_ox>k@UIaNdq07{{Z-?xv3HO3-)ibjQ{`u diff --git a/python_accept_historical_powertrack_sample.py b/python_accept_historical_powertrack_sample.py index bbc0f5b..4b4e6f6 100644 --- a/python_accept_historical_powertrack_sample.py +++ b/python_accept_historical_powertrack_sample.py @@ -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) \ No newline at end of file diff --git a/python_check_status_historical_powertrack_sample.py b/python_check_status_historical_powertrack_sample.py index 390837f..23ca54e 100644 --- a/python_check_status_historical_powertrack_sample.py +++ b/python_check_status_historical_powertrack_sample.py @@ -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) \ No newline at end of file