Skip to content

Commit 5453e33

Browse files
maxwalleydaxpedda
authored andcommitted
Fixed the port number for the wasm-audio-worklet demo to be in line with the Readme
1 parent a334ce4 commit 5453e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wasm-audio-worklet/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ def end_headers(self):
99
SimpleHTTPRequestHandler.end_headers(self)
1010

1111
if __name__ == '__main__':
12-
test(RequestHandler, HTTPServer, port=int(sys.argv[1]) if len(sys.argv) > 1 else 8000)
12+
test(RequestHandler, HTTPServer, port=int(sys.argv[1]) if len(sys.argv) > 1 else 8080)

0 commit comments

Comments
 (0)