start-date-views-fix
All checks were successful
Deploy on push / deploy (push) Successful in 21s

This commit is contained in:
Untone 2024-04-27 01:51:45 +03:00
parent 653b18041e
commit 9dc986b08c

View File

@ -35,7 +35,7 @@ class ViewedStorage:
analytics_client: BetaAnalyticsDataClient | None = None analytics_client: BetaAnalyticsDataClient | None = None
auth_result = None auth_result = None
disabled = False disabled = False
start_date = str(int(time.time())) start_date = datetime.now().strftime("%Y-%m-%d")
@staticmethod @staticmethod
async def init(): async def init():