progress for multi-server usenet

This commit is contained in:
zefie
2025-08-14 15:28:14 -04:00
parent 7ae7bb97ef
commit e861591a8a
4 changed files with 10 additions and 7 deletions

View File

@@ -359,6 +359,7 @@ class WTVNews {
if (article === "getCaseInsensitiveKey" || isNaN(article)) continue;
promises.push(new Promise((resolve, reject) => {
this.getHeader(NGArticles[article]).then((data) => {
console.log(data)
if (data.article) messages.push(data.article)
resolve();
}).catch((e) => {