Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def load_video(filename):
global current_video
current_video = Video(
filename, outdir='/tmp', tempfile=to_uploads('temp_outfile.mp4'))
return current_video