mirror of
https://github.com/vikstrous/pirate-get
synced 2025-04-19 01:18:38 +02:00
Merge ab4bd3fba4
into f0cf30bd48
This commit is contained in:
commit
83dda8dee2
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "13:00"
|
||||
open-pull-requests-limit: 10
|
@ -31,6 +31,9 @@ def parse_config_file(text):
|
||||
config.add_section('LocalDB')
|
||||
config.set('LocalDB', 'enabled', 'false')
|
||||
config.set('LocalDB', 'path', expanduser('~/downloads/pirate-get/db'))
|
||||
|
||||
config.add_section('Search')
|
||||
config.set('Search', 'total-results', 50)
|
||||
|
||||
config.add_section('Search')
|
||||
config.set('Search', 'total-results', 50)
|
||||
|
Loading…
Reference in New Issue
Block a user