chore: polish error message
This commit is contained in:
@ -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:
|
||||
|
2
pymumble
2
pymumble
Submodule pymumble updated: 3cfdaa0cf1...c728985baf
Reference in New Issue
Block a user