changed the path to lowercase

This commit is contained in:
John Little 2016-01-10 16:00:59 +00:00
parent 6aedb3877c
commit 8ac01ad7c0

View File

@ -4,7 +4,7 @@ import sys, os
import SimpleHTTPServer, SocketServer
#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):