From fd68bfd1913e117934b0a43a6915de67c943b832 Mon Sep 17 00:00:00 2001 From: Mauricio Date: Sat, 8 Aug 2020 15:56:05 -0400 Subject: [PATCH] fix nothing displaying instead of placeholder --- gameview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameview.py b/gameview.py index c5084fe..00d693e 100644 --- a/gameview.py +++ b/gameview.py @@ -241,7 +241,7 @@ class AOCharMovie(QtGui.QLabel): alt_path = AOpath+"characters/"+p_char+"/"+p_emote+".png" apng_path = AOpath+"characters/"+p_char+"/"+emote_prefix+p_emote+".apng" webp_path = AOpath+"characters/"+p_char+"/"+emote_prefix+p_emote+".webp" - placeholder_path = AOpath+"themes/default/placeholder.gif" + placeholder_path = AO2XPpath+"themes/default/placeholder.gif" gif_path = "" if exists(apng_path):