summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'example.py')
-rwxr-xr-xexample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index 959b724..22cfa41 100755
--- a/example.py
+++ b/example.py
@@ -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())