summaryrefslogtreecommitdiff
path: root/ricky/im.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 17:35:12 -0700
committerpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 17:35:12 -0700
commit69845d6d9594db1b1ed22a47c2042c48ef98b495 (patch)
treed472a96b890aec5c438a0752eeba8d2bab59002e /ricky/im.py
parent4f08494370d226b168f485253db2d87ef2da4222 (diff)
made some small fixes
Diffstat (limited to 'ricky/im.py')
-rw-r--r--ricky/im.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/im.py b/ricky/im.py
index 91bf2c1..715d825 100644
--- a/ricky/im.py
+++ b/ricky/im.py
@@ -26,4 +26,4 @@ class Im:
def call(self, params):
if not(params.is_ready()):
raise Exception("Im Params Not Ready")
- return json.loads(self.post_request(self.url, params.as_hash()))
+ return json.loads(self.post_request(self.url, params.as_dict()))