Skip to content
Snippets Groups Projects
Commit 95636d99 authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Update acoustics.py

parent f711c14f
No related branches found
No related tags found
No related merge requests found
......@@ -252,11 +252,11 @@ while check:
print(time.time())
check=False
check = False
check_time=time.time() - now
print(check_time)
time.sleep(abs(TIT - check_time))
check=True
check = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment