expose settings presets to python
This commit is contained in:
parent
9a91518b9a
commit
29fec4dad9
|
@ -600,6 +600,8 @@ void bind_session()
|
|||
.def("settings", &get_feed_settings)
|
||||
;
|
||||
|
||||
|
||||
register_ptr_to_python<std::auto_ptr<alert> >();
|
||||
|
||||
def("high_performance_seed", high_performance_seed);
|
||||
def("min_memory_usage", high_performance_seed);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue