mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
模块提示更正
This commit is contained in:
@@ -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 'couldn’t find any code' in resp.text:
|
if 'couldn’t find any code' in resp.text:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user