moved the server script to tools

Updated base_path to reflect the change.
This commit is contained in:
John Little 2016-01-11 12:24:18 +00:00
parent 70a7ccb083
commit 8320040f21

View File

@ -7,7 +7,7 @@ import json
import re
#Replace this with a different path if you need to...
base_path = os.path.join(os.getcwd(),"esp8266","data")
base_path = os.path.join(os.getcwd(),"..","esp8266","data")
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
def do_GET(self):