Update hrmexp.js

master
Ben Jabituya 2021-01-05 22:32:06 +00:00 committed by GitHub
parent dc0b64e044
commit 4288d600e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ var logging_started;
var interval;
var value;
var file = require("Storage").open("hrm_log.csv", "w");
var file = require("Storage").open("hrm_log.csv", "w+");
file.write("");
file = require("Storage").open("hrm_log.csv", "a");