Commit cec7baab authored by Ahmad's avatar Ahmad

init

parent eeb8a35a
const axios = require('axios');
const fs = require('fs').promises;
const cron = require('node-cron');
const { exec } = require('child_process');
const util = require('util');
const execPromise = util.promisify(exec);
......@@ -57,4 +58,7 @@ async function getTunnel() {
}
}
run();
cron.schedule('*/5 * * * * *', main);
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