And another.....

This commit is contained in:
Qstick 2022-10-09 19:04:30 -05:00
parent f96dbbfc21
commit df0b8fc660

View file

@ -144,7 +144,7 @@ private HttpRequest GenerateFlareSolverrRequest(HttpRequest request)
UserAgent = userAgent,
Proxy = new FlareSolverrProxy
{
Url = proxyUrl.AbsoluteUri
Url = proxyUrl?.AbsoluteUri
}
};
}