diff options
| author | 2019-01-17 18:37:36 +0100 | |
|---|---|---|
| committer | 2019-01-17 18:37:36 +0100 | |
| commit | 1746fd37cb3ce84f12240cc8fc193a80a3f9b797 (patch) | |
| tree | 6d7ba27fe30bfb840069ba107871f7796c59e16a | |
| parent | Merge branch 'master' into master (diff) | |
The codeblock is already stripped later
Co-Authored-By: FrenchMasterSword <[email protected]>
| -rw-r--r-- | bot/cogs/snekbox.py | 2 |
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,}") |