diff --git a/app/view/main_window.py b/app/view/main_window.py index 4a573141..f57589ba 100644 --- a/app/view/main_window.py +++ b/app/view/main_window.py @@ -29,6 +29,7 @@ from ..components.temp_system_tray_menu import TmpSystemTrayMenu from ..common.icons import Icon from ..common.config import cfg, VERSION +from ..common.logger import logger from ..components.update_message_box import UpdateMessageBox from ..lol.entries import Summoner from ..lol.exceptions import (SummonerGamesNotFound, RetryMaximumAttempts, @@ -932,6 +933,7 @@ def __onGoingSwap(self, info: dict): self.gameInfoInterface.allySummonersInfoReady.emit( {"summoners": tmp}) except: + logger.error(f"__onGoingSwap, tmp: {tmp}, buf: {buf}, info: {info}", "GameInfoInterface") return def __onChampSelectChanged(self, data):