changed telegram_id

This commit is contained in:
2024-08-21 22:40:22 +03:00
parent f8b9250a6d
commit fb88bc9294

View File

@@ -3,7 +3,6 @@ import sys
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(__file__) APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(__file__)
allowed_telegram_ids = [ allowed_telegram_ids = [
7532624817, # Me 7532624817, # Me
816217667, # Igor 816217667, # Igor
@@ -11,5 +10,6 @@ allowed_telegram_ids = [
355308397, # SerGey 355308397, # SerGey
5734685107, # Seller manager, 5734685107, # Seller manager,
355242295, # Dsnonchik 355242295, # Dsnonchik
651158209 # kristina 651158209, # kristina
1046236796 # Sasha
] ]