Modifier la valeur de timelapse à 3 et simplifier l'exécution de Singleroutin dans les scripts de connexion

This commit is contained in:
2025-04-27 15:56:21 +02:00
parent 5f4127ad99
commit bebfb8adb3
4 changed files with 7 additions and 9 deletions

View File

@@ -113,9 +113,8 @@ class TimeLapse:
if __name__ == "__main__":
print("FICHIER TIMELAPSE")
TL = TimeLapse()
for i in range (0,3):
TL.Singleroutin()
time.sleep(1)
TL.Singleroutin()
time.sleep(1)
""" FONCTIONNEL
TL.get_Hygrodata()
TL.pick_Picture()