Skip to content

Commit 8ac01ad

Browse files
committed
changed the path to lowercase
1 parent 6aedb38 commit 8ac01ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import SimpleHTTPServer, SocketServer
55

66
#Replace this with a different path if you need to...
7-
base_path = os.path.join(os.getcwd(),"ESP8266","data")
7+
base_path = os.path.join(os.getcwd(),"esp8266","data")
88

99
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
1010
def do_GET(self):

0 commit comments

Comments
 (0)