From 653b18041e1c79b614146a87f432f8df6e3cb5f0 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 27 Apr 2024 01:48:15 +0300 Subject: [PATCH] str-time --- services/viewed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/viewed.py b/services/viewed.py index 277bb8a5..da35cc78 100644 --- a/services/viewed.py +++ b/services/viewed.py @@ -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():