From 93abfbc30956ddc28c35763c2fdb693e5a4883ed Mon Sep 17 00:00:00 2001 From: haywirecoder <44388297+haywirecoder@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:35:00 -0400 Subject: [PATCH] Add files via upload --- flomain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flomain.js b/flomain.js index defbbba..6d94ccf 100644 --- a/flomain.js +++ b/flomain.js @@ -637,7 +637,7 @@ class FlobyMoen extends EventEmitter { // Generate presence ping try { const response = await axios.post(FLO_PRESENCE_HEARTBEAT,"", pingrequest); - this.log("Presence ping successful.") + this.log("Presence ping successful."); } catch(err) { this.log.error("Flo error in generating ping: " + err.message);