diff --git a/example/android/send_notif.py b/example/android/send_notif.py index 740a9d14dea87d2f60bc28593a8baa938ecb5b77..969c79fbb2e9537f99f589370822022f460506c5 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()