Skip to content

Commit 3ce5c9c

Browse files
authored
Fixing path to index.html
1 parent 72b0c09 commit 3ce5c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridges/python/tornado/filemanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def main():
324324
r'/(.*)',
325325
tornado.web.StaticFileHandler,
326326
{
327-
'path': os.path.join(os.path.dirname(__file__), '../..'),
327+
'path': os.path.join(os.path.dirname(__file__), '../../..'),
328328
'default_filename': 'index.html'
329329
}
330330
),

0 commit comments

Comments
 (0)