remove url

This commit is contained in:
Ross Healy
2024-02-07 19:17:40 +00:00
parent 734bcd0725
commit 9106dd85d7

View File

@@ -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);
} }