diff --git a/laundry_status.R b/laundry_status.R index e62143e..8aebb4e 100644 --- a/laundry_status.R +++ b/laundry_status.R @@ -62,5 +62,5 @@ update_data <- function(){ for(i in 1:8640){ update_data() - Sys.sleep(60*5) + Sys.sleep(60) } \ No newline at end of file