mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
fixed python snmp api
This commit is contained in:
@@ -681,6 +681,10 @@ void init_uwsgi_embedded_module() {
|
||||
init_uwsgi_module_queue(new_uwsgi_module);
|
||||
}
|
||||
|
||||
if (uwsgi.snmp) {
|
||||
init_uwsgi_module_snmp(new_uwsgi_module);
|
||||
}
|
||||
|
||||
if (up.extension) {
|
||||
up.extension();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user