We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518fb0f commit b87efcfCopy full SHA for b87efcf
tools/server.py
@@ -8,7 +8,6 @@
8
9
#Replace this with a different path if you need to...
10
base_path = os.path.join(os.getcwd(),"..","esp8266","data")
11
-base_path = os.path.join(os.getcwd(),"data")
12
13
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
14
def do_GET(self):
0 commit comments