Fix group chat commands, #165

This commit is contained in:
JustArchi
2016-03-18 20:35:42 +01:00
parent bc223f0644
commit 79a700d786
2 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ namespace ArchiSteamFarm {
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)
};