mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
fixed a typo
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ if uwsgi.masterpid() == 0:
|
||||
raise Exception("you have to enable the uWSGI master process to use this module")
|
||||
|
||||
if uwsgi.opt.get('lazy'):
|
||||
raise Exception("uWSGI lazy mode is not supporte by this module")
|
||||
raise Exception("uWSGI lazy mode is not supported by this module")
|
||||
|
||||
spooler_functions = {}
|
||||
postfork_chain = []
|
||||
|
||||
Reference in New Issue
Block a user