This commit is contained in:
parent
8de91a8232
commit
33bedbcd67
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user