Skip to content

Commit b87efcf

Browse files
committed
updated base_path
1 parent 518fb0f commit b87efcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#Replace this with a different path if you need to...
1010
base_path = os.path.join(os.getcwd(),"..","esp8266","data")
11-
base_path = os.path.join(os.getcwd(),"data")
1211

1312
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
1413
def do_GET(self):

0 commit comments

Comments
 (0)