Skip to content

Commit

Permalink
Revert "Culture fix/hack in SnipePokemonTask.cs" (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi authored Jul 29, 2016
1 parent 583e1ad commit fd05e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Tasks/SnipePokemonTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ private static ScanResult SnipeScanForPokemon(Location location)
ScanResult scanResult;
try
{
var request = WebRequest.CreateHttp(uri.Replace(',', '.'));
var request = WebRequest.CreateHttp(uri);
request.Accept = "application/json";
request.Method = "GET";

Expand Down

0 comments on commit fd05e4b

Please sign in to comment.