Skip to content

Commit

Permalink
fix for dotlan delta's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Mar 27, 2023
1 parent 31d2a97 commit 62c55d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EVEData/EveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2947,6 +2947,7 @@ private async void UpdateDotlanKillDeltaInfo()
try
{
HttpClient hc = new HttpClient();
hc.DefaultRequestHeaders.Add("User-Agent", EveAppConfig.SMT_VERSION);
var response = await hc.GetAsync(url);
response.EnsureSuccessStatusCode();
strContent = await response.Content.ReadAsStringAsync();
Expand Down

0 comments on commit 62c55d1

Please sign in to comment.