Fix: Decrement nTryes only in case of zmq timeout
In case if a calibration constant does not exists the function will try to retrieve it 120 times. After suggested changes the functions will try to retrieve the constant again only in case of the error: zmq.error.Again (Resource temproraly unavailable), which is raised in case of exceeded timeout.