restoring-test
All checks were successful
Deploy on push / deploy (push) Successful in 1m15s

This commit is contained in:
Untone 2024-10-23 11:29:44 +03:00
parent 8de91a8232
commit 33bedbcd67

View File

@ -50,7 +50,7 @@ class ViewedStorage:
# Using a default constructor instructs the client to use the credentials # Using a default constructor instructs the client to use the credentials
# specified in GOOGLE_APPLICATION_CREDENTIALS environment variable. # specified in GOOGLE_APPLICATION_CREDENTIALS environment variable.
self.analytics_client = BetaAnalyticsDataClient() self.analytics_client = BetaAnalyticsDataClient()
logger.info(" * Клиент Google Analytics успешно авторизован") logger.info(" * Google Analytics credentials accepted")
# Запуск фоновой задачи # Запуск фоновой задачи
_task = asyncio.create_task(self.worker()) _task = asyncio.create_task(self.worker())