Skip to content

Commit c61d72a

Browse files
committed
Set port back to 8080 to match the videos
1 parent eedc8b7 commit c61d72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ def fetch_static(filename):
9292
return static_file(filename, root='static')
9393

9494
if __name__ == '__main__':
95-
run(host='localhost', port=8082)
95+
run(host='localhost', port=8080)

0 commit comments

Comments
 (0)