mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-13 23:15:55 +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
|
||||
|
||||
#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