mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix wsgiapp loading
This commit is contained in:
parent
b6af364c79
commit
4a2eaf202c
@ -59,7 +59,7 @@ class WSGIApplication(Application):
|
||||
if self.cfg.paste is not None:
|
||||
return self.load_pasteapp()
|
||||
else:
|
||||
return self.load_wsgiapp
|
||||
return self.load_wsgiapp()
|
||||
|
||||
|
||||
def run():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user