Skip to content

Commit 866f419

Browse files
committed
remove timestamp
1 parent b2f4375 commit 866f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Usage Example
7676
except ValueError:
7777
# these happen, no biggie - retry
7878
continue
79-
print("Read 2 frames in %0.2f s" % (time.monotonic()-stamp))
79+
8080
for h in range(24):
8181
for w in range(32):
8282
t = frame[h*32 + w]

0 commit comments

Comments
 (0)