1
0
mirror of synced 2025-02-16 02:12:32 +01:00

mai2: add add_consec_login call if get_consec_login returns None #189

This commit is contained in:
Kevin Trocolli 2024-12-15 20:21:03 -05:00
parent 1dceff456d
commit e8ea328e77

View File

@ -212,6 +212,7 @@ class Mai2Base:
lastLoginDate = "2017-12-05 07:00:00.0"
if consec is None or not consec:
await self.data.profile.add_consec_login(data["userId"], self.version)
consec_ct = 1
else: