From cc593bcb48a78932a006a7eab12975225a67e3c0 Mon Sep 17 00:00:00 2001 From: Mauricio Date: Mon, 3 Aug 2020 09:25:55 -0400 Subject: [PATCH] use_pillow = True for webp --- gameview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameview.py b/gameview.py index 24ee7aa..6b72940 100644 --- a/gameview.py +++ b/gameview.py @@ -221,7 +221,7 @@ class AOCharMovie(QtGui.QLabel): if exists(webp_path): gif_path = webp_path - self.use_pillow = False + self.use_pillow = True else: if ini.read_ini_bool(AOpath+"AO2XP.ini", "General", "download characters"): url = "http://s3.wasabisys.com/webao/base/characters/"+p_char.lower()+"/"+p_emote.lower()+".webp"