oops
This commit is contained in:
parent
605c34a9f5
commit
74e1df9551
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue