trig-ga
All checks were successful
Deploy to core / deploy (push) Successful in 1m41s

This commit is contained in:
Untone 2024-01-28 18:17:34 +03:00
parent 4bd7e7d0a1
commit ef9fbe7c88

View File

@ -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()