Skip to content

Commit

Permalink
do post_worker_init after load_wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
gescheit committed Apr 29, 2016
1 parent a04b5f0 commit 95c71cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/workers/base.py
Original file line number Diff line number Diff line change
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 95c71cb

Please sign in to comment.