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 f81547c commit b2fd532Copy full SHA for b2fd532
src/resweb/server.py
@@ -73,4 +73,4 @@ def stats(request):
73
template = env.get_template('stats.html')
74
return str(template.render({}))
75
76
-run_itty()
+run_itty(host="0.0.0.0", port=8080)
0 commit comments