From: Michael Tremer Date: Wed, 6 Jan 2016 14:59:23 +0000 (+0100) Subject: Remove accidentially committed line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3cd83a2842f0bf8c8397eb8efb0b51752a9b43;p=ipfire.org.git Remove accidentially committed line Signed-off-by: Michael Tremer --- diff --git a/webapp.py b/webapp.py index c96ce083..0217543a 100755 --- a/webapp.py +++ b/webapp.py @@ -29,4 +29,4 @@ if __name__ == "__main__": # with context: # app.run() - app.run(port=80) + app.run()