Commit 69b716b6 authored by wang's avatar wang

js

parent 3af769b9
...@@ -279,7 +279,7 @@ class PxBypass { ...@@ -279,7 +279,7 @@ class PxBypass {
this.log.warn('success', res.data.status_code, res.data.text.includes('FlightData')) this.log.warn('success', res.data.status_code, res.data.text.includes('FlightData'))
await this.add_headers() await this.add_headers()
} else { } else {
this.log.error(error, res.data.status_code) this.log.error('error', res.data.status_code)
} }
} }
} }
......
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