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