# HG changeset patch # User Martin Geisler # Date 1409307879 -7200 # Node ID 640c684414195656d8ed624c064db879d1d1324a # Parent c838aca30aeac84121f8d1cba4961653e560fc89 Fix command to start Flask diff -r c838aca30aea -r 640c68441419 README --- a/README Fri Aug 29 12:22:12 2014 +0200 +++ b/README Fri Aug 29 12:24:39 2014 +0200 @@ -18,6 +18,6 @@ To have flask serve the page, use: - python run.py + python hgwebsite.py You can then visit [http://localhost:5000](http://localhost:5000) to view the site.