Skip to content

Commit

Permalink
Fixed a few more error lines
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Aug 3, 2024
1 parent 8c8380f commit 37c4085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jwtClient.authorize(err => {
consoleLog('error', 'Failed to authenticate with Google Calendar:', err);
} else {
consoleLog('info', 'Authenticated with Google Calendar.');
consoleLog('info', "Location:", LOCATION);
consoleLog('info', "Local Router IP:", LOCAL_ROUTER);
consoleLog('info', "Internet IP:", INTERNET_IP);
consoleLog('info', "Ping Interval:", PING_INTERVAL);
consoleLog('info', "Location: " + LOCATION);
consoleLog('info', "Local Router IP: " + LOCAL_ROUTER);
consoleLog('info', "Internet IP: " + INTERNET_IP);
consoleLog('info', "Ping Interval: " + PING_INTERVAL);
if (TTY_MODE) {
consoleLog('info', 'TTY Mode enabled, press "t" to push a test event.');
} else {
Expand Down

0 comments on commit 37c4085

Please sign in to comment.