mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
765839b2ad
commit
038ae7a86c
@ -34,3 +34,7 @@ def run():
|
|||||||
"""
|
"""
|
||||||
from gunicorn.app.wsgiapp import WSGIApplication
|
from gunicorn.app.wsgiapp import WSGIApplication
|
||||||
WSGIApplication("%(prog)s [OPTIONS] APP_MODULE").run()
|
WSGIApplication("%(prog)s [OPTIONS] APP_MODULE").run()
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
run()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user