Skip to content

Commit

Permalink
bugfixes and reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Prestegard committed Mar 20, 2020
1 parent 6cdd54c commit 39b49b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sprites/makesprites.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def makevtt(spritefile, numsegments, coords, gridsize, writefile, thumbRate=None
for imgnum in range(1, numsegments + 1):
xywh = get_grid_coordinates(imgnum, gridsize, w, h)
start = get_time_str(clipstart, adjust=adjust)
print("clipstart: "+str(clipstart)+" start: "+str(start))
end = get_time_str(clipend, adjust=adjust)
clipstart = int(clipend)
clipend = int(clipend) + int(thumbRate)
Expand Down

0 comments on commit 39b49b2

Please sign in to comment.