]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - webapp.py
Fixes various typos and improves readability
[people/shoehn/ipfire.org.git] / webapp.py
index 0217543a60ca09b572e45314d9cadafd0bf37fbd..c96ce0839d579f284f16449cda45374cb7ba6490 100755 (executable)
--- a/webapp.py
+++ b/webapp.py
@@ -29,4 +29,4 @@ if __name__ == "__main__":
 #      with context:
 #              app.run()
 
-       app.run()
+       app.run(port=80)