mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Fix missing commas
This commit is contained in:
parent
c29f4badd1
commit
b60f292b59
1 changed files with 5 additions and 7 deletions
|
@ -27,13 +27,11 @@ urls_expire_after = {
|
|||
'mdblist.com/api': 60 * 60 * 1,
|
||||
'api.github.com/repos/meisnate12/Plex-Meta-Manager': 60 * 60 * 1,
|
||||
'raw.githubusercontent.com/meisnate12/': 60 * 60 * 1,
|
||||
|
||||
|
||||
'notifiarr.com/api/v1': 0
|
||||
'dev.notifiarr.com/api/v1': 0
|
||||
'discord.com': 0
|
||||
'hooks.slack.com': 0
|
||||
'raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/**/VERSION': 0
|
||||
'notifiarr.com/api/v1': 0,
|
||||
'dev.notifiarr.com/api/v1': 0,
|
||||
'discord.com': 0,
|
||||
'hooks.slack.com': 0,
|
||||
'raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/**/VERSION': 0,
|
||||
'*': 60 * 60 * 24,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue