Skip to content

Commit 0ec694f

Browse files
authored
Merge pull request joni2back#273 from Markieta/patch-1
Fixing path to index.html
2 parents 8155db0 + 3ce5c9c commit 0ec694f

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)