Modifier la valeur de timelapse à 3 et simplifier l'exécution de Singleroutin dans les scripts de connexion
This commit is contained in:
@@ -48,7 +48,7 @@ class Server:
|
||||
"maintenance": False,
|
||||
"stop current config":False,
|
||||
|
||||
"timelapse":1,
|
||||
"timelapse":3,
|
||||
"conf nb_images":1,
|
||||
"nb_images restantes":1
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -107,9 +107,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()
|
||||
|
||||
Reference in New Issue
Block a user