X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dakweb%2Fdakwebserver.py;h=9435e8ac263ed7515366317c61b9dcc0ceedc4a2;hb=a1cbf44860dcdae29b92a827e43f14d5ee5bd1e6;hp=181a2e7447af2b86cbcab76120ec8809501b5806;hpb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;p=dak.git diff --git a/dakweb/dakwebserver.py b/dakweb/dakwebserver.py index 181a2e74..9435e8ac 100755 --- a/dakweb/dakwebserver.py +++ b/dakweb/dakwebserver.py @@ -34,8 +34,8 @@ QueryRegister().register_path('/path_help', list_paths) # Import our other methods from queries.source import * -print "Connecting" # Set up our initial database connection d = DBConn() -#bottle.run(host='localhost', port=8765) + +# Run the bottle bottle.run()