added dweet and reboot
This commit is contained in:
5
controller/dweet.py
Normal file
5
controller/dweet.py
Normal 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)!");
|
||||
Reference in New Issue
Block a user