9
0
Fork 0

change default running code to be empty

This commit is contained in:
Silver Kuusik 2018-01-12 09:28:22 +01:00
parent ad4e753232
commit aabcec3b54
2 changed files with 1 additions and 1 deletions

View File

@ -14,9 +14,9 @@ url_highlight = "ws://iot.koodur.com:80/p2p/" + name + "-highlight/browser/"
#url = "ws://10.42.0.1:80/p2p/" + name + "/browser/"
#url_highlight = "ws://10.42.0.1:80/p2p/" + name + "-highlight/browser/"
ast = ""
scope = dict()
sumorobot = None
ast = "sumorobot.move(STOP)"
def step():
global scope