dweet fix again
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
import config
|
import config
|
||||||
import commands
|
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
|
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)
|
print commands.getoutput(command)
|
||||||
|
|||||||
Reference in New Issue
Block a user