Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e42354 + 02d5db2 commit f4c9664Copy full SHA for f4c9664
1 file changed
Tools/scripts/serve.py
@@ -22,7 +22,7 @@ def app(environ, respond):
22
return util.FileWrapper(open(fn, "rb"))
23
else:
24
respond('404 Not Found', [('Content-Type', 'text/plain')])
25
- return ['not found']
+ return [b'not found']
26
27
if __name__ == '__main__':
28
path = sys.argv[1]
0 commit comments