|
...
|
...
|
@@ -110,7 +110,7 @@ class Monitor(callback.CallBack): |
|
|
|
# 处理制表符,换行符
|
|
|
|
email = email.strip().strip('\r\n')
|
|
|
|
password = password.strip().strip('\r\n')
|
|
|
|
cookie = cookie.strip().strip('\r\n')
|
|
|
|
# cookie = cookie.strip().strip('\r\n')
|
|
|
|
limit = 100
|
|
|
|
if self.size >= limit:
|
|
|
|
raise Exception("单台终端登录到达上限,%d个号" % limit)
|
...
|
...
|
|