Skip to content

Commit

Permalink
Enable URL's in pushalot push.
Browse files Browse the repository at this point in the history
  • Loading branch information
exiva committed Sep 21, 2014
1 parent 7d078bc commit 846af11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orangered.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ def sendPushalot(b):
'Title': title,
'Body': b,
'Image': paimg,
'TimeTolive': pattl
'TimeTolive': pattl,
'Link': pushurl,
'LinkTitle': pushurltitle
}
try:
resp, cont = http.request(url, 'POST', headers=headers, body=urllib.urlencode(body))
Expand Down

0 comments on commit 846af11

Please sign in to comment.