Commit ae6543ac authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5fa82229
......@@ -63,7 +63,7 @@ async function calculateSpeed() {
let d = await shellExec('vnstat -tr')
d = d.stdout
d = d.match(decimalPointRegex)[0]
d = d.match(decimalPointRegex)
......
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