From 2c55e12162fb36efab2396b5f26cbf7b36702d3d Mon Sep 17 00:00:00 2001
From: Carlo Guidi <cguidi@km3net.de>
Date: Tue, 14 Jan 2020 09:46:13 +0100
Subject: [PATCH] Update acoustics.py

---
 scripts/acoustics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/acoustics.py b/scripts/acoustics.py
index c5a29c9..54679e9 100644
--- a/scripts/acoustics.py
+++ b/scripts/acoustics.py
@@ -62,7 +62,7 @@ while check:
     mintime = mintime1.values
     maxrun = table["RUN"][len(table["RUN"]) - 1]
     now = time.time()
-    if (now-mintime/1000) < TIT:
+    if (now - mintime/1000) < TIT:
         minrun = table["RUN"][len(table["RUN"]) - 1] - 1 
     print(now)
 
-- 
GitLab