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 70a7ccb commit 8320040Copy full SHA for 8320040
server.py renamed to tools/server.py
@@ -7,7 +7,7 @@
7
import re
8
9
#Replace this with a different path if you need to...
10
-base_path = os.path.join(os.getcwd(),"esp8266","data")
+base_path = os.path.join(os.getcwd(),"..","esp8266","data")
11
12
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
13
def do_GET(self):
0 commit comments