mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
wip
This commit is contained in:
@@ -4,7 +4,6 @@ const _ = require('lodash')
|
||||
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs'
|
||||
|
||||
async function main() {
|
||||
db.programs.reset()
|
||||
const files = await file.list(`${LOGS_DIR}/load-cluster/cluster_*.log`)
|
||||
for (const filepath of files) {
|
||||
const results = await parser.parseLogs(filepath)
|
||||
|
||||
Reference in New Issue
Block a user