1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-04-19 01:18:38 +02:00
This commit is contained in:
dependabot-preview[bot] 2022-05-09 02:20:18 +08:00 committed by GitHub
commit 83dda8dee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10

View File

@ -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)