Skip to content

Commit 527bf0c

Browse files
committed
Hunting - show error traceback
1 parent 0a63810 commit 527bf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hunting/hunting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async def do_tha_bang(
385385
await asyncio.sleep(wait)
386386
await self._wait_for_bang(guild, channel, conf)
387387
except Exception as e:
388-
log.error(f"Failed to wait for bang: {e}")
388+
log.error("Failed to wait for bang", exc_info=e)
389389
finally:
390390
self.in_game.discard(channel.id)
391391

0 commit comments

Comments
 (0)