Browse Source

remove debug print, and increase the rescan to 10 seconds...

[git-p4: depot-paths = "//depot/": change = 1226]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney 16 years ago
parent
commit
1af6f8ec52
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      pyvr.py

+ 1
- 2
pyvr.py View File

@@ -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


Loading…
Cancel
Save