From b2062736325177531301fae11c7cc3a298b2f623 Mon Sep 17 00:00:00 2001 From: chenjunxue <1523825571@qq.com> Date: Wed, 2 Sep 2020 12:05:30 +0800 Subject: [PATCH] 2.3.4 login登录增加 去除制表符 --- conf/config.yaml | 4 ++-- core/monitor.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- libgit2 0.24.0