Update app.js

master
Andy Smy 2025-04-21 21:01:26 +01:00 committed by GitHub
parent c394c0dcad
commit 8b83483c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -292,6 +292,6 @@ function showMainMenu() {
var file = require("Storage").open("matchlog.csv","a");
var timeSig = new Date();
addLog(timeSig, "155", "a", "Date", timeSig.toUTCString());
addLog(timeSig, "162", "a", "Date", timeSig.toUTCString());
var menu = showMainMenu();