This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
fb51977d1f
commit
1af6f8ec52
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save