From aabcec3b5496ef869337e5c4c8d8f9d491225e21 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Fri, 12 Jan 2018 09:28:22 +0100 Subject: [PATCH] change default running code to be empty --- wifis.json => config.json | 0 main.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wifis.json => config.json (100%) diff --git a/wifis.json b/config.json similarity index 100% rename from wifis.json rename to config.json diff --git a/main.py b/main.py index f046f1a..2f992fa 100644 --- a/main.py +++ b/main.py @@ -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