mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Added logging, fixed some typos in core
This commit is contained in:
parent
6ff7d823cb
commit
91709f3957
6 changed files with 68 additions and 12 deletions
|
@ -53,7 +53,6 @@ class Logging():
|
|||
formatted_tb = ''.join(formatted_tb)
|
||||
original_exc = traceback.format_exception(
|
||||
type(error), error, error.__traceback__)
|
||||
print(original_exc)
|
||||
|
||||
# Hastebins Traceback
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue