summaryrefslogtreecommitdiff
path: root/ricky/pb.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 12:56:21 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 12:56:21 -0800
commitf2bdf5dbdb85ec0317e341f8963c21053624f479 (patch)
tree70b383f4d6bbf1dd8a390703d8adcc2f7fd8d089 /ricky/pb.py
parent0b994e3b71c2c0b463d100edd07745af565c7a59 (diff)
phasing out the api class
Diffstat (limited to 'ricky/pb.py')
-rw-r--r--ricky/pb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/pb.py b/ricky/pb.py
index 456ff85..10d9504 100644
--- a/ricky/pb.py
+++ b/ricky/pb.py
@@ -24,7 +24,7 @@ class Pb(object):
instance.file_s3move()
return instance.file_dict()
return json.loads(
- utils.http_request(self.url, params=params.as_dict())
+ utils.http_request(params._url, params=params.as_dict())
)
def data_from_url(self, url):