Skip to content

Commit c10c383

Browse files
committed
Update thread.py
1 parent 6257f47 commit c10c383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def _close(self, closer, silent=False, delete_channel=True,
144144
sneak_peak = 'No content'
145145

146146
desc = f"[`{log_data['key']}`]({log_url}): "
147-
desc += '**' + truncate(sneak_peak, max=75-13) + '**'
147+
desc += truncate(sneak_peak, max=75-13)
148148
else:
149149
desc = "Could not resolve log url."
150150

0 commit comments

Comments
 (0)