mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
Update configLoader.ts
This commit is contained in:
parent
71ab07fbea
commit
dbda25d4a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export class ConfigLoader {
|
|||
const fileUrl = pathToFileURL(filepath).toString()
|
||||
const config = (await import(fileUrl)).default
|
||||
const defaultConfig = {
|
||||
days: 2,
|
||||
days: 1,
|
||||
delay: 0,
|
||||
output: 'guide.xml',
|
||||
request: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue