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
|
# 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]]
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue