diff options
author | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
commit | 2c63075f255687131ce077d2c8de7b8735d60169 (patch) | |
tree | f589d5ba61e32be010ccb83e42a9f3fb3524bef3 /util/constants.js | |
parent | 114cf1050c1d960af7447755df58be9a4e5f7652 (diff) | |
download | coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.gz coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.bz2 coleweight-2c63075f255687131ce077d2c8de7b8735d60169.zip |
Updated to 1.5.1 (bug fixes)v1.5.1
Diffstat (limited to 'util/constants.js')
-rw-r--r-- | util/constants.js | 4 |
1 files changed, 2 insertions, 2 deletions
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, |