From 900f871a23837c9427912eb331bddd2a62f13fa3 Mon Sep 17 00:00:00 2001 From: Amit Davidi Date: Sun, 20 Nov 2016 11:35:57 +0200 Subject: [PATCH] Test --- example/android/send_notif.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/android/send_notif.py b/example/android/send_notif.py index 740a9d1..969c79f 100644 --- a/example/android/send_notif.py +++ b/example/android/send_notif.py @@ -25,4 +25,6 @@ request = Request( "Content-type" : "application/json" } ) + +print "Sending notification..." print urlopen(request).read() -- 2.26.2