diff --git a/cps.py b/cps.py index 8f9ebcd2..f440b232 100755 --- a/cps.py +++ b/cps.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os import sys @@ -21,4 +22,4 @@ if config.DEVELOPMENT: else: http_server = HTTPServer(WSGIContainer(web.app)) http_server.listen(config.PORT) - IOLoop.instance().start() + IOLoop.instance().start() \ No newline at end of file diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 85d71db0..816e1f71 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -79,9 +79,9 @@