From 2c63075f255687131ce077d2c8de7b8735d60169 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Fri, 28 Oct 2022 18:34:34 -0500 Subject: Updated to 1.5.1 (bug fixes) --- util/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/constants.js') diff --git a/util/constants.js b/util/constants.js index 889ca14..d7377fd 100644 --- a/util/constants.js +++ b/util/constants.js @@ -6,7 +6,8 @@ let PogData = new PogObject("Coleweight", { "y": 141, "coleweight": 0, "cwToggle": true, - "first_time": true + "first_time": true, + "api_key": undefined }, ".cw_data.json"); export default @@ -20,7 +21,6 @@ export default uptime: 0, baseColeweight: 0, stepsSinceLast: 0, - cwGui: new Gui(), throneValues: [], spiralValues: [], coleweightHr: 0, -- cgit