aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-01-17 18:37:36 +0100
committerGravatar GitHub <[email protected]>2019-01-17 18:37:36 +0100
commit1746fd37cb3ce84f12240cc8fc193a80a3f9b797 (patch)
tree6d7ba27fe30bfb840069ba107871f7796c59e16a
parentMerge branch 'master' into master (diff)
The codeblock is already stripped later
Co-Authored-By: FrenchMasterSword <[email protected]>
-rw-r--r--bot/cogs/snekbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py
index 7ec503686..9db452ca5 100644
--- a/bot/cogs/snekbox.py
+++ b/bot/cogs/snekbox.py
@@ -31,7 +31,7 @@ try:
{CODE}
except:
import traceback
- print(traceback.format_exc(), end='')
+ print(traceback.format_exc())
"""
ESCAPE_REGEX = re.compile("[`\u202E\u200B]{3,}")