Merge pull request #16 from fukusuket/explicit_slowsearch_param_example
Explicit slow_search parameter in example script.pull/17/head
commit
c35eac026c
|
@ -12,9 +12,10 @@ from pymispwarninglists import WarningLists
|
|||
|
||||
def init():
|
||||
'''
|
||||
Template to get the module started
|
||||
Template to get the module started.
|
||||
If set slow_search=True, uses the most appropriate search method. Can be slower.
|
||||
'''
|
||||
return WarningLists()
|
||||
return WarningLists(slow_search=False)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue