Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 18, 2016
1 parent 79a700d commit d5f8647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/WebBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static class WebBrowser {

private static readonly string DefaultUserAgent = "ArchiSteamFarm/" + Program.Version;
private static readonly HttpClient HttpClient = new HttpClient(new HttpClientHandler {
UseCookies = false,
UseCookies = false
}) {
Timeout = TimeSpan.FromSeconds(60)
};
Expand Down

0 comments on commit d5f8647

Please sign in to comment.