Skip to content

Commit

Permalink
out: do not dump stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
joholl committed Jul 3, 2023
1 parent e7cb6c2 commit 720c0c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ async def on_input_catch_all(*args):
except Exception as e:
input.classList.add("invalid")
output.innerHTML = f'<span class="color-warning">{str(e)}</span>'
output.innerHTML += f'{__import__("traceback").format_exc()}'

document.body.classList.remove("wait")
input.classList.remove("wait")
Expand Down

0 comments on commit 720c0c6

Please sign in to comment.