This commit is contained in:
parent
653b18041e
commit
9dc986b08c
|
@ -35,7 +35,7 @@ class ViewedStorage:
|
|||
analytics_client: BetaAnalyticsDataClient | None = None
|
||||
auth_result = None
|
||||
disabled = False
|
||||
start_date = str(int(time.time()))
|
||||
start_date = datetime.now().strftime("%Y-%m-%d")
|
||||
|
||||
@staticmethod
|
||||
async def init():
|
||||
|
|
Loading…
Reference in New Issue
Block a user