From 88c05eff86be0abd8fe5ab1da8e5a4ebfec36566 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 6 Nov 2023 17:08:05 -0600 Subject: [PATCH] tweaked dir --- laundry_status.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laundry_status.R b/laundry_status.R index 7b9e190..e308a44 100644 --- a/laundry_status.R +++ b/laundry_status.R @@ -6,7 +6,7 @@ library(rmarkdown) #setwd("/laundry_status") # parameters needed to make connection to Database -token <- substr(read_file("/data/api_key"), 1, 88) +token <- substr(read_file("data/api_key"), 1, 88) org = "home_assistant" bucket = "home_assistant" ## make connection to the influxDB bucket