aboutsummaryrefslogtreecommitdiffstats
path: root/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'services.py')
-rw-r--r--services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services.py b/services.py
index b592427..32edb5d 100644
--- a/services.py
+++ b/services.py
@@ -33,7 +33,7 @@ def timeout(func):
# this works but Manager() uses an extra thread than Queue()
manager = multiprocessing.Manager()
returnVan = manager.list()
- ti = time.time()
+ # ti = time.time()
def runFunc(q, func):
q.append(func())