diff --git a/gameview.py b/gameview.py index ad5be80..46bda72 100644 --- a/gameview.py +++ b/gameview.py @@ -304,7 +304,7 @@ class AOCharMovie(QtGui.QLabel): path = BASE_PATH + "characters/" + base.format(char=char, prefix=prefix, emote=emote) + ext if exists(path): return path, ext - return None + return None, None def play(self, pChar, pEmote, emotePrefix, scaling = SCALING_AUTO, singleFrameDuration = -1): if not len(pEmote):