catchup
This commit is contained in:
parent
d5225714d0
commit
34404cdd8d
7
index.js
7
index.js
|
@ -34,9 +34,10 @@ app.ws('/saveplaylist', websocketController.playlist)
|
||||||
app.ws('/savechannel', websocketController.channel)
|
app.ws('/savechannel', websocketController.channel)
|
||||||
app.get('/autodownload', websocketController.addAutodownload)
|
app.get('/autodownload', websocketController.addAutodownload)
|
||||||
|
|
||||||
setInterval(() => {
|
auto.handleCheck()
|
||||||
auto.handleCheck()
|
// setInterval(() => {
|
||||||
}, 300000)
|
// auto.handleCheck()
|
||||||
|
// }, 300000)
|
||||||
|
|
||||||
process.on('uncaughtException', err => {
|
process.on('uncaughtException', err => {
|
||||||
logger.info({ message: `Error: ${err.message}` })
|
logger.info({ message: `Error: ${err.message}` })
|
||||||
|
|
Loading…
Reference in New Issue