updated base_path

This commit is contained in:
John Little 2016-01-12 20:39:29 +00:00
parent 518fb0f238
commit b87efcf6fb

View File

@ -8,7 +8,6 @@ import re
#Replace this with a different path if you need to... #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")
base_path = os.path.join(os.getcwd(),"data")
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
def do_GET(self): def do_GET(self):