This commit is contained in:
parent
868b2ba16a
commit
653b18041e
|
@ -35,7 +35,7 @@ class ViewedStorage:
|
|||
analytics_client: BetaAnalyticsDataClient | None = None
|
||||
auth_result = None
|
||||
disabled = False
|
||||
start_date = int(time.time())
|
||||
start_date = str(int(time.time()))
|
||||
|
||||
@staticmethod
|
||||
async def init():
|
||||
|
|
Loading…
Reference in New Issue
Block a user