fixed lieferwelpe bug

This commit is contained in:
kitzman 2021-11-16 02:28:49 +02:00
parent 4150cd3f52
commit f5b5aa14fd
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
(interval (option-ref options 'interval default-interval))
(config-file (option-ref options 'config-file
default-config-path))
(db-file (option-ref options 'config-file
(db-file (option-ref options 'db-file
default-db-path))
(time-interval (parse-time-interval interval)))
(if (or help-wanted (equal? interval #f))