dweet fix again

This commit is contained in:
Senad Uka
2016-06-08 10:01:55 +02:00
parent e0e0f0d24c
commit 533135013b
49 changed files with 2885 additions and 2 deletions

5
app/controller/dweet.py Normal file
View File

@@ -0,0 +1,5 @@
from state.dweet_server import DweetServer
import config
server = DweetServer(config.CONTROLLER_ID)
server.send_message("I am aliveeee (again)!");