mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
啥玩意啊这是
This commit is contained in:
parent
987f201ed1
commit
ec4122bdf3
|
@ -138,7 +138,7 @@ if (run_env.from_code) {
|
|||
// const input_path = path.join(__dirname, "input.txt");
|
||||
// 从 cli 参数里读取
|
||||
const input_path = run_env.cli_args[2];
|
||||
logger.debug("input_path", input_path);
|
||||
logger.info("input_path", input_path);
|
||||
const input_data = fs.readFileSync(input_path, "utf-8");
|
||||
global.name_input = input_data;
|
||||
|
||||
|
@ -251,6 +251,8 @@ if (run_env.from_code) {
|
|||
assets_data.gAd = gAd_data;
|
||||
}
|
||||
|
||||
console.log("run env", run_env);
|
||||
|
||||
let why_ns = 0;
|
||||
|
||||
function copyProperties(a, b) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user