piccole correzioni
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user