Skip to content

Commit

Permalink
Typo - sorry..
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Mar 29, 2019
1 parent 6dad5ce commit 9286d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Licor4300_Collect/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static void Main(string[] args)



tmpReq2 = WebRequest.Create(host + "/scan/image/" + scan + ".tif?xml=%3Cimage%3E%3Cin%3E%3Cscangroup%3E" + group + "%3C/scangroup%3E%3Cscan%3E" + scan + "%3C/scan%3E%3Cformat%3Etiff%3C/format%3E%3Cchannel%3E900%3C/channel%3E%3C/in%3E%3C/image%3E");
tmpReq2 = WebRequest.Create(host + "/scan/image/" + scan + ".tif?xml=%3Cimage%3E%3Cin%3E%3Cscangroup%3E" + group + "%3C/scangroup%3E%3Cscan%3E" + scan + "%3C/scan%3E%3Cformat%3Etiff%3C/format%3E%3Cchannel%3E800%3C/channel%3E%3C/in%3E%3C/image%3E");
tmpReq2.Headers.Add("Authorization", "Basic " + encoded);

tmpRes2 = tmpReq2.GetResponse();
Expand Down

0 comments on commit 9286d8f

Please sign in to comment.