From d4a5905233c3f425eb33db2bc605bbab3eff4831 Mon Sep 17 00:00:00 2001 From: anton <1537206@mail.ru> Date: Tue, 8 Oct 2024 12:40:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=BA=203.16=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=83=D0=BB=D0=B0=207.6=20=D0=BC?= =?UTF-8?q?=D0=BB=D1=80=D0=B4.=20v3.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tg_account_age.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tg_account_age.py b/tg_account_age.py index 08234e6..05d003c 100644 --- a/tg_account_age.py +++ b/tg_account_age.py @@ -1,5 +1,5 @@ -# Tg user account age v3.16 -# 21/09/2024 +# Tg user account age v3.17 +# 08/10/2024 # https://t.me/ssleg © 2020 – 2024 from datetime import datetime, date @@ -29,7 +29,7 @@ uid_dict = {1200000000: (date(2013, 8, 14), date(2020, 3, 30)), 7000000000: (date(2023, 10, 19), date(2024, 2, 19)), 7200000000: (date(2024, 2, 20), date(2024, 5, 29)), 7500000000: (date(2024, 5, 30), date(2024, 8, 20)), - 8200000000: (date(2024, 8, 21), date(2024, 9, 20)), + 7600000000: (date(2024, 8, 21), date(2024, 9, 20)), }