and remove unnecessary line lol

pull/30/head
Ole 3 years ago committed by GitHub
parent e3eb67feed
commit 810f297171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,6 @@ def get_start_and_end_times(video_length, length_of_clip):
random_time = randrange(180, int(length_of_clip) - int(video_length))
return random_time, random_time + video_length
def download_background():
"""Downloads the background video from youtube.

Loading…
Cancel
Save