Skip to content

Commit 5a5c8b9

Browse files
author
clowwindy
committed
fix coverage server
1 parent 70559a1 commit 5a5c8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/coverage_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get(self, project):
1818
raise tornado.web.HTTPError(404)
1919

2020
application = tornado.web.Application([
21-
(r"/([a-zA-Z0-9\\-_]+)", MainHandler),
21+
(r"/([a-zA-Z0-9\-_]+)", MainHandler),
2222
])
2323

2424
if __name__ == "__main__":

0 commit comments

Comments
 (0)