模块提示更正

This commit is contained in:
Jing Ling
2020-02-02 18:04:59 +08:00
parent d2e350b851
commit e3cb914901
+1 -1
View File
@@ -88,7 +88,7 @@ class Github(Search):
logger.log('ERROR', e.args) logger.log('ERROR', e.args)
break break
if resp.status_code != 200: if resp.status_code != 200:
logger.log('ERROR', f'{self.session}模块搜索出错') logger.log('ERROR', f'{self.source}模块搜索出错')
break break
if 'couldnt find any code' in resp.text: if 'couldnt find any code' in resp.text:
break break