From ef9fbe7c88c07623459a9d2666da6c242a01f68e Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 28 Jan 2024 18:17:34 +0300 Subject: [PATCH] trig-ga --- services/viewed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/viewed.py b/services/viewed.py index 266287ee..3ada4b1d 100644 --- a/services/viewed.py +++ b/services/viewed.py @@ -48,7 +48,7 @@ class ViewedStorage: # Using a default constructor instructs the client to use the credentials # specified in GOOGLE_APPLICATION_CREDENTIALS environment variable. self.analytics_client = BetaAnalyticsDataClient() - logger.info(f' * Постоянная авторизация в Google Analytics: {self.analytics_client}') + logger.info(' * Клиент Google Analytics успешно авторизован') # Загрузка предварительно подсчитанных просмотров из файла JSON self.load_precounted_views()