mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
retry last
This commit is contained in:
parent
faebe9c974
commit
3b032990a5
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ private async Task<string> TryGetContent()
|
|||
snapshot.HttpStatusCode = null;
|
||||
return null;
|
||||
}
|
||||
catch (ArgumentException)
|
||||
catch (Exception)
|
||||
{
|
||||
snapshot.HttpStatusCode = null;
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue