diff options
Diffstat (limited to 'searx/engines/sqlite.py')
-rw-r--r-- | searx/engines/sqlite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/sqlite.py b/searx/engines/sqlite.py index c86df5867..76e83af8a 100644 --- a/searx/engines/sqlite.py +++ b/searx/engines/sqlite.py @@ -10,7 +10,7 @@ Example To demonstrate the power of database engines, here is a more complex example which reads from a MediathekView_ (DE) movie database. For this example of the -SQlite engine download the database: +SQLite engine download the database: - https://liste.mediathekview.de/filmliste-v2.db.bz2 |