diff --git a/conf/config.yaml b/conf/config.yaml index 80006a7..7077b42 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -4,5 +4,5 @@ SERVER: reconnect_interval: 3 VERSION: - code: 123 - name: 2.3.3 \ No newline at end of file + code: 124 + name: 2.3.4 \ No newline at end of file diff --git a/core/monitor.py b/core/monitor.py index b5a7fdb..3292630 100644 --- a/core/monitor.py +++ b/core/monitor.py @@ -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)