Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit fc5412d

Browse files
authored
Merge pull request #5 from BoBiene/develop
Develop
2 parents 1cee5d0 + 6123e63 commit fc5412d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WolfSmartsetCollector/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ private static bool TryGetResponse<T>(Options options, IRestClient client, IRest
208208
{
209209
data = response.Data;
210210
Console.WriteLine("Got valid response for " + ToLogString(request));
211+
blnRet = true;
211212
if (options.DumpResponse)
212213
DumpResponse(options, response);
213214
}

0 commit comments

Comments
 (0)