From b71a1db9c82a0d09fc9b5d46ad6880d284cbf945 Mon Sep 17 00:00:00 2001 From: MikeGawi Date: Tue, 2 Jan 2024 19:11:25 +0100 Subject: [PATCH] Preventing Google Photos API limit from being exceeded #92 --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index ec74c6d..b8da250 100644 --- a/config.cfg +++ b/config.cfg @@ -27,7 +27,7 @@ album_names= # Possible values: always = every frame refresh, once = once a day. # This is to prevent a large number of photos from hitting the daily API limit (10k calls). # Default: always -refresh_rate=once +refresh_rate=always # Set 1 to get photos from local storage. ; The rest of the values in this section regarding local should be filled as well when enabled.