diff --git a/mumbleBot.py b/mumbleBot.py index e3eb9cd..fdc88dc 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -467,7 +467,7 @@ class MumbleBot: music['ready'] = "yes" download_succeed = True except: - error_traceback = traceback.format_exc() + error_traceback = traceback.format_exc().split("During")[0] self.log.error("bot: download failed with error:\n %s" % error_traceback) if not download_succeed: diff --git a/pymumble b/pymumble index 3cfdaa0..c728985 160000 --- a/pymumble +++ b/pymumble @@ -1 +1 @@ -Subproject commit 3cfdaa0cf1a54290283cee656fdded6bb492c909 +Subproject commit c728985baf0a9dae731412b7dee1e434f8740213