diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-08-25 04:25:40 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-08-25 04:25:40 +0100 |
commit | 9ecd7ede0f3b1043aa8a6b1e1558176c09814a5f (patch) | |
tree | 95373543b667ace25618118508e486b1a6fe4467 /example.py | |
parent | 0665e351aac54294107aa9a02de5910d91a8bae8 (diff) |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'example.py')
-rwxr-xr-x | example.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ def main(): # this is the default behaviour, but it does not hurt to explicit it builder.set_default_search_engine('duckduckgo') + builder.disable_toolbars() # display the generated configuration on the standard output print(builder.get_output()) |