docs: browser - fix examples for config

This commit is contained in:
Sean Breckenridge 2022-07-14 23:16:08 -07:00 committed by karlicoss
parent 119b295d71
commit 7925ec81b6
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ For an extensive/complex example, you can check out ~@seanbreckenridge~'s [[http
# paths to sqlite database files which you use actively # paths to sqlite database files which you use actively
# to read from. For example: # to read from. For example:
# from browserexport.browsers.all import Firefox # from browserexport.browsers.all import Firefox
# active_databases = Firefox.locate_database() # export_path = Firefox.locate_database()
export_path: Paths export_path: Paths
#+end_src #+end_src
** [[file:../my/location][my.location]] ** [[file:../my/location][my.location]]

View file

@ -14,7 +14,7 @@ class config(user_config.active_browser):
# paths to sqlite database files which you use actively # paths to sqlite database files which you use actively
# to read from. For example: # to read from. For example:
# from browserexport.browsers.all import Firefox # from browserexport.browsers.all import Firefox
# active_databases = Firefox.locate_database() # export_path = Firefox.locate_database()
export_path: Paths export_path: Paths