From 1af6f8ec52899dbc75b5644edfb3b3cc9448bc90 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 7 Nov 2008 01:26:56 -0800 Subject: [PATCH] remove debug print, and increase the rescan to 10 seconds... [git-p4: depot-paths = "//depot/": change = 1226] --- pyvr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyvr.py b/pyvr.py index ef3fcb0..bc17645 100644 --- a/pyvr.py +++ b/pyvr.py @@ -188,8 +188,7 @@ class PYVR(Container): if self.pend is not None: raise self.pend - if time.time() - self.lastcheck < 5: - print '<5' + if time.time() - self.lastcheck < 10: return # Check to see if any changes have been made