Update sweebot.py
This commit is contained in:
parent
a87bab8b70
commit
ed5e0e93f3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class config:
|
||||||
except:
|
except:
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
# Code snippet from my buddy Irish
|
# Code snippet from my buddy Irish
|
||||||
# Define a dictionary to map terminal color codes to IRC color codes
|
# Define a dictionary to map terminal color codes to IRC color codes
|
||||||
color_map = {
|
color_map = {
|
||||||
|
|
Loading…
Reference in a new issue