正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -110,7 +110,7 @@ class Monitor(callback.CallBack): | @@ -110,7 +110,7 @@ class Monitor(callback.CallBack): | ||
| 110 | # 处理制表符,换行符 | 110 | # 处理制表符,换行符 |
| 111 | email = email.strip().strip('\r\n') | 111 | email = email.strip().strip('\r\n') |
| 112 | password = password.strip().strip('\r\n') | 112 | password = password.strip().strip('\r\n') |
| 113 | - cookie = cookie.strip().strip('\r\n') | 113 | + # cookie = cookie.strip().strip('\r\n') |
| 114 | limit = 100 | 114 | limit = 100 |
| 115 | if self.size >= limit: | 115 | if self.size >= limit: |
| 116 | raise Exception("单台终端登录到达上限,%d个号" % limit) | 116 | raise Exception("单台终端登录到达上限,%d个号" % limit) |
-
请 注册 或 登录 后发表评论