mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -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 fileUrl = pathToFileURL(filepath).toString()
|
||||||
const config = (await import(fileUrl)).default
|
const config = (await import(fileUrl)).default
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
days: 2,
|
days: 1,
|
||||||
delay: 0,
|
delay: 0,
|
||||||
output: 'guide.xml',
|
output: 'guide.xml',
|
||||||
request: {
|
request: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue