Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Dec 3, 2019
1 parent 4f535e7 commit 13755ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
shm_r = SharedMemoryFrameReader('frame')

fps = 25
max_sleep = 1.0 / 25
max_sleep = 1.0 / fps
next_sleep = max_sleep

while True:
Expand Down

0 comments on commit 13755ed

Please sign in to comment.