Skip to content

Commit

Permalink
Merge remote branch 'odeits/remove_unused_code'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed May 4, 2012
2 parents 6903ed2 + 6b815be commit f716168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iron_mq.py
Expand Up @@ -246,7 +246,6 @@ def postMessage(self, queue_name, messages=[], project_id=None):
msgs = [{'body':msg} if isinstance(msg, basestring) else msg msgs = [{'body':msg} if isinstance(msg, basestring) else msg
for msg in messages] for msg in messages]
data = json.dumps({"messages": msgs}) data = json.dumps({"messages": msgs})
dataLen = len(data)


s = self.__post(url=url, payload=data) s = self.__post(url=url, payload=data)


Expand Down

0 comments on commit f716168

Please sign in to comment.