Skip to content

Commit

Permalink
Merge pull request benoitc#1248 from gescheit/master
Browse files Browse the repository at this point in the history
do post_worker_init after load_wsgi
  • Loading branch information
benoitc committed Apr 29, 2016
2 parents ba2dbbf + 68812a7 commit 674b4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/workers/base.py
Expand Up @@ -117,10 +117,10 @@ def changed(fname):

self.init_signals()

self.cfg.post_worker_init(self)

self.load_wsgi()

self.cfg.post_worker_init(self)

# Enter main run loop
self.booted = True
self.run()
Expand Down

0 comments on commit 674b4bb

Please sign in to comment.