fixed whitespace

This commit is contained in:
unknown
2015-06-13 21:59:50 -05:00
parent 51ed4166d8
commit acf5d90945

View File

@@ -72,10 +72,10 @@ namespace Jackett.Indexers
config.LoadValuesFromJson(configJson);
var pairs = new Dictionary<string, string> {
{ "username", config.Username.Value },
{ "password", config.Password.Value },
{ "username", config.Username.Value },
{ "password", config.Password.Value },
{ "submit", "come on in" }
};
};
var content = new FormUrlEncodedContent(pairs);