piccole correzioni
This commit is contained in:
@@ -397,12 +397,9 @@ if __name__ == '__main__':
|
|||||||
saveSamples(samples)
|
saveSamples(samples)
|
||||||
LOGGER.warning("Chiudo il Canale")
|
LOGGER.warning("Chiudo il Canale")
|
||||||
stat = "IDLE"
|
stat = "IDLE"
|
||||||
firstLoop = True
|
|
||||||
loopcount = 0
|
|
||||||
pass
|
pass
|
||||||
elif stat == "IDLE" and firstLoop == True:
|
elif stat == "IDLE":
|
||||||
LOGGER.info("Pronto a Iniziare Cattura")
|
LOGGER.info("Pronto a Iniziare Cattura")
|
||||||
firstLoop = False
|
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
time.sleep(settings["loopPeriod"])
|
time.sleep(settings["loopPeriod"])
|
||||||
|
|||||||
Reference in New Issue
Block a user