From fec689a5bcfac5802a246b996ef8b658dbd1cb7d Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 8 Jun 2016 10:03:17 +0200 Subject: [PATCH] dweet fix again --- controller/dweet.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/controller/dweet.py b/controller/dweet.py index ff8ddbe..afabb9a 100644 --- a/controller/dweet.py +++ b/controller/dweet.py @@ -1,8 +1,6 @@ import config import commands -server.send_message("I am aliveeee (again)!"); - command = """curl -H "Content-Type: application/json" -X POST -d '{"message": "I am aliveeee (again!)", "controller_id": %s}' https://dweet.io:443/dweet/quietly/for/5410ab1e-319c-4f14-a2e4-04725df69121""" % config.CONTROLLER_ID print commands.getoutput(command)