I foiund the place where I was blanking my own note 🤦
This commit is contained in:
parent
3d61948ccf
commit
b04e870cd8
@ -9,7 +9,7 @@ namespace ttrss_co_client
|
||||
static async Task Main(string[] args)
|
||||
{
|
||||
var conf = Configure();
|
||||
Console.WriteLine($"{DateTime.Now.ToLongDateString()}");
|
||||
Console.WriteLine($"{DateTime.Now.ToLongTimeString()}");
|
||||
|
||||
var ttrssClient = new ttrss.ApiClient(conf.BaseURI);
|
||||
await ttrssClient.Login(conf.Username, conf.Password);
|
||||
@ -108,7 +108,6 @@ namespace ttrss_co_client
|
||||
noteString += $"[{DateTime.Now.ToLongTimeString()}] - feed configured but action not recognized";
|
||||
break;
|
||||
}
|
||||
await ttrssClient.UpdateArticleNote(noteString, hl.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user