Skip to content
Snippets Groups Projects
Commit d9423c7f authored by LAHMADI Abdelkader's avatar LAHMADI Abdelkader
Browse files

Update maitre.py

parent f35dcb11
No related branches found
No related tags found
Loading
......@@ -3,7 +3,7 @@ from rpyc.utils.server import ThreadedServer
import rpyc
import time
from acquisition import MESUTRES
tasks_to_do = [(i, *MESURES) for i, mesure in enumerate(MESURES)]
tasks_to_do = [(i, mesure) for i, mesure in enumerate(MESURES)]
tasks_being_done = []
lock = Lock() # Pour protéger les listes de tâches
start_time = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment