Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 7123f09

Browse files
committed
Update README.md
1 parent b3fe0b5 commit 7123f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Conversely, you can explicitly decrease the analysis frame rate without changing
492492

493493
```python
494494
self.enable_analyze_frame = True
495-
Clock.schedule_interval(self.analyze_filter,60)
495+
Clock.schedule_interval(self.analyze_filter,1)
496496

497497
def analyze_filter(self, dt):
498498
self.enable_analyze_frame = True

0 commit comments

Comments
 (0)