Removed dispose as i didn't think about the look and it is closed by the second iteration. Will look into another time.

This commit is contained in:
Ross Healy
2024-02-07 22:51:53 +00:00
parent c897f58128
commit 4ce62dcb35

View File

@@ -40,7 +40,7 @@ namespace lottery_co_uk_scraper.NationalLottery
}
finally
{
client.Dispose();
//client.Dispose();
}
}