docs: browser - fix examples for config
This commit is contained in:
parent
119b295d71
commit
7925ec81b6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# to read from. For example:
|
||||
# from browserexport.browsers.all import Firefox
|
||||
# active_databases = Firefox.locate_database()
|
||||
# export_path = Firefox.locate_database()
|
||||
export_path: Paths
|
||||
#+end_src
|
||||
** [[file:../my/location][my.location]]
|
||||
|
|
|
@ -14,7 +14,7 @@ class config(user_config.active_browser):
|
|||
# paths to sqlite database files which you use actively
|
||||
# to read from. For example:
|
||||
# from browserexport.browsers.all import Firefox
|
||||
# active_databases = Firefox.locate_database()
|
||||
# export_path = Firefox.locate_database()
|
||||
export_path: Paths
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue