remove url
This commit is contained in:
@@ -7,7 +7,7 @@ namespace lottery_co_uk_scraper
|
|||||||
static async Task Main()
|
static async Task Main()
|
||||||
{
|
{
|
||||||
using HttpClient client = new();
|
using HttpClient client = new();
|
||||||
string url = "https://www.lottery.co.uk/lotto/results-12-08-2023";
|
string url = "";
|
||||||
|
|
||||||
await Lotto.GetLottoNumbers(url, client);
|
await Lotto.GetLottoNumbers(url, client);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user