Fix library per pdf count

This commit is contained in:
Samuele E. Locatelli
2019-11-30 09:06:23 +01:00
parent e4900e6903
commit 9d45d8b8fa
3 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace TestBench
string answ = "";
try
{
answ = memLayer.ML.getRSV("MoonPro:SQL2016DEV:MoonPro:CurrentParameters:SIMUL_01");
answ = memLayer.ML.getRedisInfoData();
}
catch
{ }