forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
fc19c7c0d3
commit
b626e42b76
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ def system(cmd, chan, rstrip=False):
|
|||
except FileNotFoundError:
|
||||
multiline(cmd[0] + " not found", chan)
|
||||
except:
|
||||
multiline(traceback.format_exc())
|
||||
multiline(traceback.format_exc(), chan)
|
||||
irl2 = threading.Thread(target=irci2, daemon=True)
|
||||
irl2.start()
|
||||
irl3 = threading.Thread(target=irci3, daemon=True)
|
||||
|
|
Loading…
Reference in a new issue