mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:25:40 +02:00
Quick fix related to exception handler thrown while LotATC or SRS data cannot be usd.
This commit is contained in:
@@ -456,7 +456,7 @@ namespace Perun_v1
|
||||
}
|
||||
if (boolSRSdefault2)
|
||||
{
|
||||
strSRSJson = "{'type':'100','instance':'2','payload':{'ignore':'true'}}";
|
||||
strSRSJson2 = "{'type':'100','instance':'2','payload':{'ignore':'true'}}";
|
||||
}
|
||||
DatabaseController.SendToMySql(strSRSJson2);
|
||||
|
||||
@@ -505,7 +505,7 @@ namespace Perun_v1
|
||||
}
|
||||
if (boolLotATCdefault2)
|
||||
{
|
||||
strLotATCJson = "{'type':'101','instance':'2','payload':{'ignore':'true'}}"; // No LotATC controller connected
|
||||
strLotATCJson2 = "{'type':'101','instance':'2','payload':{'ignore':'true'}}"; // No LotATC controller connected
|
||||
}
|
||||
DatabaseController.SendToMySql(strLotATCJson2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user