mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 05:26:05 +08:00
moved the server script to tools
Updated base_path to reflect the change.
This commit is contained in:
parent
70a7ccb083
commit
8320040f21
@ -7,7 +7,7 @@ import json
|
|||||||
import re
|
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")
|
||||||
|
|
||||||
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
||||||
def do_GET(self):
|
def do_GET(self):
|
Loading…
x
Reference in New Issue
Block a user