(self, msg, echo=True)
| 24 | itchat.auto_login(enableCmdQR=2) |
| 25 | |
| 26 | def send(self, msg, echo=True): |
| 27 | if echo: |
| 28 | print(msg) |
| 29 | itchat.send(msg, toUserName='filehelper') |
| 30 | |
| 31 | def worker_thread(self, conn, addr): |
| 32 | conn.settimeout(args.timeout) |
no outgoing calls
no test coverage detected