From e3cb9149019165b8575c7772008f1343979c816b Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 2 Feb 2020 18:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=8F=90=E7=A4=BA=E6=9B=B4?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/modules/search/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/modules/search/github.py b/oneforall/modules/search/github.py index 9e70f66..0754b9b 100644 --- a/oneforall/modules/search/github.py +++ b/oneforall/modules/search/github.py @@ -88,7 +88,7 @@ class Github(Search): logger.log('ERROR', e.args) break if resp.status_code != 200: - logger.log('ERROR', f'{self.session}模块搜索出错') + logger.log('ERROR', f'{self.source}模块搜索出错') break if 'couldn’t find any code' in resp.text: break