Refactor client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.

This commit is contained in:
Zakhar Izmaylov
2025-01-23 08:50:04 +03:00
parent 94980d4524
commit 6c323dc7df
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ async def sync_cluster_handler(callback_query: types.CallbackQuery):
conn = await asyncpg.connect(DATABASE_URL)
try:
#TODO
# TODO
query_keys = """
SELECT tg_id, client_id, email, expiry_time
FROM keys