Show More
@@ -771,8 +771,7 b' def main(global_config, **settings):' | |||||
771 |
|
771 | |||
772 | pyramid_app = HTTPApplication(settings=settings, global_config=global_config).wsgi_app() |
|
772 | pyramid_app = HTTPApplication(settings=settings, global_config=global_config).wsgi_app() | |
773 | total_time = time.time() - start_time |
|
773 | total_time = time.time() - start_time | |
774 |
log.info('Pyramid app |
|
774 | log.info('Pyramid app created and configured in %.2fs', total_time) | |
775 | pyramid_app.__class__, total_time) |
|
|||
776 | return pyramid_app |
|
775 | return pyramid_app | |
777 |
|
776 | |||
778 |
|
777 |
General Comments 0
You need to be logged in to leave comments.
Login now