mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 11:25:56 +08:00
changed the path to lowercase
This commit is contained in:
parent
6aedb3877c
commit
8ac01ad7c0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user