From 992dee022a366718ce22e58d9d66783daf12247e Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:59:04 +0100 Subject: [PATCH] format --- storages/gd_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storages/gd_storage.py b/storages/gd_storage.py index be12625..933c168 100644 --- a/storages/gd_storage.py +++ b/storages/gd_storage.py @@ -28,7 +28,7 @@ class GDStorage(Storage): token_file = config.oauth_token_filename if token_file is not None: """ - Tokens are refreshed after 1 hour + Tokens are refreshed after 1 hour however keep working for 7 days (tbc) so as long as the job doesn't last for 7 days then this method of refreshing only once per run will work