From 202de7bbfe4db223453fdafe306a409486cc4eaf Mon Sep 17 00:00:00 2001 From: wuaho Date: Tue, 14 Sep 2021 12:54:45 +0800 Subject: [PATCH] update --- update_data/update_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_data/update_user.py b/update_data/update_user.py index c2c17a4..588e9a2 100644 --- a/update_data/update_user.py +++ b/update_data/update_user.py @@ -28,7 +28,7 @@ class LoadUserData(LoadData): self.last_act_time = await self.get_kv(self.gm_key) where = { - 'logintime': {'$gte': self.last_act_time-600, '$lt': self.act_time} + 'logintime': {'$gte': self.last_act_time-300, '$lt': self.act_time} } projection = { '_id': False,