piccole correzioni

This commit is contained in:
2021-02-24 15:46:19 +01:00
parent 6942686476
commit 0d4bcb7413

View File

@@ -397,12 +397,9 @@ if __name__ == '__main__':
saveSamples(samples)
LOGGER.warning("Chiudo il Canale")
stat = "IDLE"
firstLoop = True
loopcount = 0
pass
elif stat == "IDLE" and firstLoop == True:
elif stat == "IDLE":
LOGGER.info("Pronto a Iniziare Cattura")
firstLoop = False
else:
pass
time.sleep(settings["loopPeriod"])