Skip to content

Commit

Permalink
更新ql.js,改善兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwav committed Nov 18, 2021
1 parent 64027c9 commit f554bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require('dotenv').config();
const { readFile } = require('fs/promises');
const path = require('path');

const qlDir = process.env.QL_DIR || '/ql';
const qlDir = '/ql';
const authFile = path.join(qlDir, 'config/auth.json');

const api = got.extend({
Expand Down

0 comments on commit f554bda

Please sign in to comment.