Skip to content

Commit 8320040

Browse files
committed
moved the server script to tools
Updated base_path to reflect the change.
1 parent 70a7ccb commit 8320040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py renamed to tools/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import re
88

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

1212
class MyHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
1313
def do_GET(self):

0 commit comments

Comments
 (0)