This commit is contained in:
Lynne Megido 2020-09-05 16:52:09 +10:00
parent 605c34a9f5
commit 74e1df9551
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -215,9 +215,9 @@ namespace Buypeeb {
using (WebClient client = new WebClient()) {
// TODO: download should have timeout
// item.Update(client.DownloadString(item.url));
Thread.Sleep(5000);
item.Update(File.ReadAllText("yahoo.html"));
item.Update(client.DownloadString(item.url));
// Thread.Sleep(5000);
// item.Update(File.ReadAllText("yahoo.html"));
}
Gtk.Application.Invoke(delegate {