Commit c6fa3c28 authored by wangmingming's avatar wangmingming

请求造纸

parent 4aacba69
...@@ -84,11 +84,11 @@ http.createServer((request,response)=>{ ...@@ -84,11 +84,11 @@ http.createServer((request,response)=>{
// console.log(apps) // console.log(apps)
// console.log() // console.log()
}) })
// pm2.start({ pm2.start({
// interpreter: 'python3', interpreter: 'python3',
// script: 'jetblue.py', script: 'jetblue.py',
// name:'main' name:'main'
// }) })
setInterval(async function () { setInterval(async function () {
let res = await fetch('https://www.jetblue.com/js/src/jb-74873.js'); let res = await fetch('https://www.jetblue.com/js/src/jb-74873.js');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment