From fb88bc92940b75ebc37b439f80e9df9b3b8fff61 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 21 Aug 2024 22:40:22 +0300 Subject: [PATCH] changed telegram_id --- constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index fe1fc21..fcae1eb 100644 --- a/constants.py +++ b/constants.py @@ -3,7 +3,6 @@ import sys APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(__file__) - allowed_telegram_ids = [ 7532624817, # Me 816217667, # Igor @@ -11,5 +10,6 @@ allowed_telegram_ids = [ 355308397, # SerGey 5734685107, # Seller manager, 355242295, # Dsnonchik - 651158209 # kristina + 651158209, # kristina + 1046236796 # Sasha ]