删除调用

This commit is contained in:
pplokijuhyg 2020-01-06 18:29:31 +08:00
parent e67a624630
commit 66183f2696
2 changed files with 2 additions and 2 deletions

View File

@ -69,5 +69,5 @@ let getscript = async (url) => {
}
getscript('/201008/167494.html')
// getscript('/201008/167494.html')
module.exports = getscript

View File

@ -49,5 +49,5 @@ let gethtml = async (url)=>{
return list
}
gethtml('https://www.177mh.net/colist_111001.html')
// gethtml('https://www.177mh.net/colist_111001.html')
module.exports = gethtml