mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 14:41:55 +00:00
fixed python module split
This commit is contained in:
@@ -319,9 +319,13 @@ PyObject *uwsgi_uwsgi_loader(void *arg1) {
|
||||
else {
|
||||
quick_callable = "application";
|
||||
}
|
||||
wsgi_dict = get_uwsgi_pydict(module);
|
||||
}
|
||||
else {
|
||||
wsgi_dict = get_uwsgi_pydict(module);
|
||||
module[strlen(module)] = ':';
|
||||
}
|
||||
|
||||
wsgi_dict = get_uwsgi_pydict(module);
|
||||
if (!wsgi_dict) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user