From 1b6439336961c7ff12c6a84f36b2a51448218a6d Mon Sep 17 00:00:00 2001 From: ArisNeander <35221553+ArisNeander@users.noreply.github.com> Date: Mon, 12 Apr 2021 22:35:09 +0200 Subject: [PATCH] Update flippy.py Reactivated handling of video files. --- flippy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flippy.py b/flippy.py index ac732f2..49fbf92 100755 --- a/flippy.py +++ b/flippy.py @@ -11,7 +11,7 @@ import argparse from PIL import Image, GifImagePlugin from fpdf import FPDF -# from moviepy.editor import * +from moviepy.editor import * class Size: