mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-28 19:22:02 +08:00
updated base_path
This commit is contained in:
parent
518fb0f238
commit
b87efcf6fb
@ -8,7 +8,6 @@ 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(),"data")
|
||||
|
||||
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
||||
def do_GET(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user