str-time
All checks were successful
Deploy on push / deploy (push) Successful in 21s

This commit is contained in:
Untone 2024-04-27 01:48:15 +03:00
parent 868b2ba16a
commit 653b18041e

View File

@ -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():