Update HttpClientManager.cs
This commit is contained in:
parent
4e0f361233
commit
575e23da1a
1 changed files with 2 additions and 0 deletions
|
@ -33,7 +33,9 @@ internal static class HttpClientManager
|
|||
{
|
||||
if (e.StatusCode != HttpStatusCode.TooManyRequests)
|
||||
{
|
||||
#if DEBUG
|
||||
DebugForm.Current.Log("Get request failed to " + url + ": " + e, LogTextBox.Warning);
|
||||
#endif
|
||||
return null;
|
||||
}
|
||||
#if DEBUG
|
||||
|
|
Loading…
Reference in a new issue