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.
1 parent eedc8b7 commit c61d72aCopy full SHA for c61d72a
pubsub/webapp.py
@@ -92,4 +92,4 @@ def fetch_static(filename):
92
return static_file(filename, root='static')
93
94
if __name__ == '__main__':
95
- run(host='localhost', port=8082)
+ run(host='localhost', port=8080)
0 commit comments