Skip to content

Commit

Permalink
fixed some error
Browse files Browse the repository at this point in the history
  • Loading branch information
CCS Operator Account committed Sep 4, 2020
1 parent 37f87f6 commit e3510ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bot_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setSpotFilter(filter):
def openShutter(exposure):
sanityCheck()
print "Open shutter for %s seconds" % exposure
print "Actual open time to tell the shutter is %d seconds" % int(1000*exposure*(1.-5/800.)))
print "Actual open time to tell the shutter is %d mili seconds" % int(1000*exposure*(1.-5/800.))
a=time.time()
bb.ProjectorShutter().exposure(Duration.ofMillis(int(1000*exposure*(1.-5/800.))))
b=time.time()
Expand Down

0 comments on commit e3510ca

Please sign in to comment.