mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add config variable for update check
This commit is contained in:
parent
bfd11060ec
commit
1019660f6a
4 changed files with 33 additions and 15 deletions
|
|
@ -566,3 +566,5 @@ if os.getenv("PAPERLESS_IGNORE_DATES", ""):
|
|||
d = dateparser.parse(s)
|
||||
if d:
|
||||
IGNORE_DATES.add(d.date())
|
||||
|
||||
ENABLE_UPDATE_CHECK = __get_boolean("PAPERLESS_ENABLE_UPDATE_CHECK", "true")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue