make it not broken
This commit is contained in:
parent
754ea09500
commit
798237219f
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ namespace RepoFullDownloader_Core
|
||||||
}
|
}
|
||||||
using (WebClient wc = new WebClient())
|
using (WebClient wc = new WebClient())
|
||||||
{
|
{
|
||||||
wc.DownloadFileAsync(new Uri(link + p.link), fileToDownload);
|
wc.DownloadFile(new Uri(link + p.link), fileToDownload);
|
||||||
}
|
}
|
||||||
Console.WriteLine("Successfully downloaded " + link + p.link + " as " + fileToDownload);
|
Console.WriteLine("Successfully downloaded " + link + p.link + " as " + fileToDownload);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue