Skip to content

Commit

Permalink
Fix bug in credits1()
Browse files Browse the repository at this point in the history
Add gap=0 to align with lines 40, 97, and 98
  • Loading branch information
tburrows13 committed Feb 12, 2018
2 parents 9d2c609 + 3f667e1 commit d6708b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/tools/credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def credits1(creditfile,width,stretch=30,color='white',
stroke_color='black', stroke_width=2,
font='Impact-Normal',fontsize=60):
font='Impact-Normal',fontsize=60,gap=0):
"""
Expand Down

0 comments on commit d6708b3

Please sign in to comment.